Back to Devexpress

CellEventArgs.Column Property

windowsforms-devexpress-dot-xtratreelist-dot-celleventargs.md

latest1.9 KB
Original Source

CellEventArgs.Column Property

Gets a column to which the cell processed by an event belongs.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListColumn Column { get; }
vb
Public ReadOnly Property Column As TreeListColumn

Property Value

TypeDescription
TreeListColumn

A TreeListColumn object representing the column owning the cell being processed.

|

Remarks

The CellEventArgs class extends the NodeEventArgs class with the Column property. Thus, the events using CellEventArgs objects as parameters allow you to identify the cell being processed. This can be performed by reading the NodeEventArgs.Node and Column property values.

See Also

Node

NodeEventArgs

CellEventArgs Class

CellEventArgs Members

DevExpress.XtraTreeList Namespace