Skip to main content
A newer version of this page is available. .

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. Inherited from RowEventArgs.
See Also