Skip to main content

PivotGridWebOptionsLoadingPanel.Enabled Property

Gets or sets a value that specifies whether a specific loading panel is displayed during callback processing.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true, if the loading panel should be displayed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
ASPxPivotGrid
See Also