RowAllowEventArgs Properties
Provides data for the GridView.GroupRowExpanding and GridView.GroupRowCollapsing events.Name | Description |
---|---|
Allow | Gets or sets a value specifying whether the current operation is allowed. |
RowHandle | Gets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs. |
See Also