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

IThreadSafeAccessible.GetFieldByLevel(Boolean, Int32) Method

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

Namespace: DevExpress.XtraPivotGrid

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

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