RowAllowEventArgs Properties
Provides data for the GridControl.GroupRowExpanding and GridControl.GroupRowCollapsing events.Name | Description |
---|---|
Allow | Gets or sets a value specifying whether the current operation (group row expanding or collapsing) is allowed. |
RowHandle | Gets the row handle. Inherited from RowEventArgs. |
See Also