PivotGridPageSettings.IsEmpty Property
Returns whether the settings of the current object are equal to the default settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the settings of the current object are equal to the default settings; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to IsEmpty |
|---|---|---|
| Cross-Platform Class Library | PivotGridOptionsPrint |
|
| .NET Reporting Tools | XRPivotGridOptionsPrint |
|
| ASP.NET Web Forms Controls | WebPivotGridOptionsPrint |
|
Remarks
See the PivotGridPageSettings.Reset topic, for information on the default settings.
See Also