PivotGridPageSettings.IsEmpty Property
Returns whether the settings of the current object are equal to the default settings.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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 |
|
ASP.NET Web Forms Controls | WebPivotGridOptionsPrint |
|
.NET Reporting Tools | XRPivotGridOptionsPrint |
|
Remarks
See the PivotGridPageSettings.Reset topic, for information on the default settings.
See Also