Map.OnCustomize Property

Specifies a string which is the JavaScript client-side event that customizes the Map control.

Namespace: DevExpress.ExpressApp.Maps.Mobile

Assembly: DevExpress.ExpressApp.Maps.Mobile.v19.2.dll

Declaration

[JsonProperty(PropertyName = "customInitializeFunction")]
public string OnCustomize { get; set; }
<JsonProperty(PropertyName:="customInitializeFunction")>
Public Property OnCustomize As String

Property Value

Type Description
String

A string which is the JavaScript client-side event that customizes the Map control.

Remarks

Note that JavaScript code should be enclosed in brackets.

See examples of using the OnCustomize property in the following topics:

See Also