Skip to main content

PivotGridPageSettings.IsEmpty Property

Returns whether the settings of the current object are equal to the default settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

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
.PageSettings .IsEmpty
Reporting XRPivotGridOptionsPrint
.PageSettings .IsEmpty
ASP.NET Web Forms Controls WebPivotGridOptionsPrint
.PageSettings .IsEmpty

Remarks

See the PivotGridPageSettings.Reset topic, for information on the default settings.

See Also