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

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.v19.1.dll

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
MVCxPivotGrid
PivotGridSettings
See Also