Skip to main content
A newer version of this page is available. .

CustomExportFieldValueEventArgsBase<T>.ContainsLevel(Int32) Method

Returns whether the specified row or column level corresponds to the processed field value.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public bool ContainsLevel(
    int level
)

Parameters

Name Type Description
level Int32

An integer value that identifies the row or column level.

Returns

Type Description
Boolean

true, if the specified row or column level corresponds to the processed field value; otherwise, false.

Remarks

pivotgrid_fieldvaluecell_startendlevels

See Also