Whether to show the loading image after post back.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Indicates whether the loading image will be shown between a postback to the server and the page refresh.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Client Action")>
<DefaultValueAttribute()>
Public Property ShowLoading As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MapToolItem
Dim value As Boolean
instance.ShowLoading = value
value = instance.ShowLoading
|
| C# | |
|---|
[ResDescriptionAttribute("Indicates whether the loading image will be shown between a postback to the server and the page refresh.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Client Action")]
[DefaultValueAttribute()]
public bool ShowLoading {get; set;} |
See Also