CanUnselectCellEventArgs Properties
Provides data for the TableView.CanUnselectCell and TreeListView.CanUnselectCell events.| Name | Description |
|---|---|
| CanUnselectCell | Gets or sets whether an end-user can unselect the processed cell. |
| Column | Gets a column to which the processed cell belongs. |
| Row | Gets a data row object that corresponds to the processed row (or treelist node). |
| 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