Back to Devexpress

GridColumn.ColumnHandle Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-156d1ce5.md

latest1.7 KB
Original Source

GridColumn.ColumnHandle Property

Gets or sets the column’s bound data field by its index within the associated data source.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int ColumnHandle { get; set; }
vb
<Browsable(False)>
Public Property ColumnHandle As Integer

Property Value

TypeDescription
Int32

An integer value specifying the bound data field’s zero-based index.

|

Remarks

Read the ColumnHandle property value to obtain the bound column’s index. Assign a value to this property to bind the column to a data field. If the assigned value is negative or exceeds the last available index, the assignment has no effect.

Note : a more convenient data binding mechanism is to use the GridColumn.FieldName property. This property allows you to specify the column’s bound field by its name.

See Also

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace