Back to Devexpress

CanSelectCellEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-canselectcelleventargs.md

latest1.3 KB
Original Source

CanSelectCellEventArgs.Column Property

Gets a column to which the processed cell belongs.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ColumnBase

A ColumnBase object that is a data grid or treelist column.

|

See Also

Row Selection

TableView.CanSelectCell

TreeListView.CanSelectCell

CanSelectCellEventArgs Class

CanSelectCellEventArgs Members

DevExpress.Xpf.Grid Namespace