Skip to main content

IThreadSafeAccessible.GetFieldByLevel(Boolean, Int32) Method

Returns the field located in the specified area at the specified level.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

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

Declaration

IThreadSafeField GetFieldByLevel(
    bool isColumn,
    int level
)

Parameters

Name Type Description
isColumn Boolean

true to obtain a column field; false to obtain a row field.

level Int32

A zero-based integer value that specifies the field level.

Returns

Type Description
IThreadSafeField

An object that implements the IThreadSafeField interface. Provides thread safe read-only access to basic field settings.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also