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

PivotGridFieldBase.ColumnHandle Property

OBSOLETE

The ColumnHandle property is obsolete now. Use the Name property instead.

Gets the field’s unique identifier.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
[Obsolete("The ColumnHandle property is obsolete now. Use the Name property instead.")]
public int ColumnHandle { get; }

Property Value

Type Description
Int32

An integer specifying the field’s unique identifier.

Remarks

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

See Also