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

PivotGridFieldSortBySummaryInfo.IsEmpty Property

Gets whether the current object is initialized with valid data.

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 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