CanUnselectRowEventArgs Properties
Provides data for the DataViewBase.CanUnselectRow event.Name | Description |
---|---|
CanUnselectRow | Gets or sets whether an end-user can unselect the processed row. |
Row | Gets a data row object that corresponds to the processed cell. |
RowHandle | Gets the handle of a processed row. |
View | Gets a GridControl view to which the processed row belongs. |
See Also