PivotCustomFieldValueCellsEventArgs.GetLevelCount(Boolean) Method
Returns the number of column or row levels.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
isColumn | Boolean | true to return the number of column levels; false to return the number of row levels. |
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the number of column or row levels. |
See Also