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)

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.

See also

Reference

JSGrid class

JSGrid members

Microsoft.SharePoint.WebControls namespace