Skip to main content

PivotGridFieldSortBySummaryInfo.IsEmpty Property

Gets whether the current object is initialized with valid data.

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 current object is initialized with valid data; otherwise, false.

Remarks

This member returns true if the PivotGridFieldSortBySummaryInfo.Field and PivotGridFieldSortBySummaryInfo.FieldName properties are not set.

See Also