PivotCustomFieldValueCellsEventArgs.GetLevelCount(Boolean) Method
In This Article
Returns the number of column or row levels.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
is |
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