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

PivotGridPageSettings.IsEmpty Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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