Skip to main content
A newer version of this page is available. .

PivotGridStyles.LoadingPanel Property

Gets the style settings used to paint the Loading Panel.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public PivotGridLoadingPanelStyle LoadingPanel { get; }

Property Value

Type Description
DevExpress.Web.ASPxPivotGrid.PivotGridLoadingPanelStyle

A DevExpress.Web.ASPxPivotGrid.PivotGridLoadingPanelStyle object that contains the style settings.

See Also