Back to Devexpress

CanSelectCellEventArgs Properties

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

latest1.2 KB
Original Source

CanSelectCellEventArgs Properties

Provides data for the TableView.CanSelectCell and TreeListView.CanSelectCell events.

NameDescription
CanSelectCellGets or sets whether an end-user can select the processed cell.
ColumnGets a column to which the processed cell belongs.
RowGets a data row object that corresponds to the processed cell.
RowHandleGets the handle of a row to which the processed cell belongs.
ViewGets a GridControl view to which the processed cell belongs.

See Also

CanSelectCellEventArgs Class

CanSelectCellEventArgs Members

DevExpress.Xpf.Grid Namespace