CanSelectRowEventArgs Properties
Provides data for the DataViewBase.CanSelectRow event.Name | Description |
---|---|
CanSelectRow | Gets or sets whether an end-user can select the processed row. |
Row | Gets a data row object that corresponds to the processed row (or treelist node). |
RowHandle | Gets the handle of a processed row. |
View | Gets a GridControl view to which the processed row belongs. |
See Also