Gets the style settings used to paint the Loading Panel.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v17.2.dll

Syntax
C# |
public LoadingPanelStyle Style { get; }
|
VB |
Public ReadOnly Property Style As LoadingPanelStyle
|
Property value
Type:
LoadingPanelStyle
A DevExpress.Web.ASPxPivotGrid.PivotGridLoadingPanelStyle object that contains the style settings.

See Also