CanSelectCellEventArgs Properties
Provides data for the TableView.CanSelectCell and TreeListView.CanSelectCell events.Name | Description |
---|---|
CanSelectCell | Gets or sets whether an end-user can select the processed cell. |
Column | Gets a column to which the processed cell belongs. |
Row | Gets a data row object that corresponds to the processed cell. |
RowHandle | Gets the handle of a row to which the processed cell belongs. |
View | Gets a GridControl view to which the processed cell belongs. |
See Also