JSGrid.ShowLoadingIndicator Property
Gets or sets a Boolean value that indicates whether to display the Loading indicator box above the control when it is loading.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ShowLoadingIndicator As Boolean
Get
Set
'Usage
Dim instance As JSGrid
Dim value As Boolean
value = instance.ShowLoadingIndicator
instance.ShowLoadingIndicator = value
public bool ShowLoadingIndicator { get; set; }
Property Value
Type: System.Boolean
A Boolean value that indicates whether to display the Loading indicator box above the control when it is loading.