PivotGridFieldSortBySummaryInfo.IsEmpty Property
Gets whether the current object is initialized with valid data.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
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