Skip to main content

PivotCustomFieldValueCellsEventArgs.GetLevelCount(Boolean) Method

Returns the number of column or row levels.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public int GetLevelCount(
    bool isColumn
)

#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