Back to Devexpress

PivotGridFieldBase.ColumnHandle Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-5635b135.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[Obsolete("The ColumnHandle property is obsolete now. Use the Name property instead.")]
public int ColumnHandle { get; }
vb
<Browsable(False)>
<Obsolete("The ColumnHandle property is obsolete now. Use the Name property instead.")>
Public ReadOnly Property ColumnHandle As Integer

Property Value

TypeDescription
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

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace