Back to Devexpress

PivotCustomFieldValueCellsEventArgs.GetLevelCount(Boolean) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldvaluecellseventargs-dot-getlevelcount-x28-system-dot-boolean-x29.md

latest1.5 KB
Original Source

PivotCustomFieldValueCellsEventArgs.GetLevelCount(Boolean) Method

Returns the number of column or row levels.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int GetLevelCount(
    bool isColumn
)
vb
Public Function GetLevelCount(
    isColumn As Boolean
) As Integer

Parameters

NameTypeDescription
isColumnBoolean

true to return the number of column levels; false to return the number of row levels.

|

Returns

TypeDescription
Int32

An integer value that specifies the number of column or row levels.

|

See Also

PivotCustomFieldValueCellsEventArgs Class

PivotCustomFieldValueCellsEventArgs Members

DevExpress.Xpf.PivotGrid Namespace