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
[JsonProperty(PropertyName = "customInitializeFunction")]
public string OnCustomize { get; set; }
<JsonProperty(PropertyName:="customInitializeFunction")>
Public Property OnCustomize As String
Type | Description |
---|---|
String | A string which is the JavaScript client-side event that customizes the Map control. |
Note that JavaScript code should be enclosed in brackets.
See examples of using the OnCustomize property in the following topics: