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

RowAllowEventArgs Class

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v17.2.dll

Declaration

public class RowAllowEventArgs :
    RowEventArgs

Remarks

The GridControl.GroupRowExpanding and GridControl.GroupRowCollapsing events occur when a group row is about to be expanded or collapsed, allowing cancellation of the action.

To cancel the action, set the event parameter’s RowAllowEventArgs.Allow property to false. The processed row is returned by the RowEventArgs.Row property. Its handle is returned by the RowEventArgs.RowHandle property.

To learn more, see Expanding and Collapsing Group Rows.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RowAllowEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also