Skip to main content

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

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

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