Skip to main content

CellValueEventArgs.Column Property

Gets a column that contains the edited cell.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public GridColumn Column { get; protected set; }

#Property Value

Type Description
GridColumn

A GridColumn object that represents the column that contains the edited cell.

#Remarks

To obtain the handle of a row that owns the edited cell, use the RowEventArgs.RowHandle property.

See Also