Skip to main content

RowAllowEventArgs Properties
Show Inherited Hide Inherited

Contains data for the GroupRowExpanded and GroupRowCollapsed events.
Name Description
Allow Gets or sets whether to expand/collapse the group row.
Row Gets the processed row. Inherited from RowEventArgs.
RowHandle Gets the processed row’s handle. Inherited from RowEventArgs.
Source Gets the GridControl that raised this event. Inherited from RowEventArgs.
See Also