Back to Devexpress

CanUnselectCellEventArgs.Column Property

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

latest1.3 KB
Original Source

CanUnselectCellEventArgs.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.CanUnselectCell

TreeListView.CanUnselectCell

CanUnselectCellEventArgs Class

CanUnselectCellEventArgs Members

DevExpress.Xpf.Grid Namespace