Skip to main content

PivotGridStyles.LoadingPanel Property

Gets the style settings used to paint the Loading Panel.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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