Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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