LayoutGroupCancelEventArgs(LayoutGroup, Boolean) Constructor
Initializes a new instance of the LayoutGroupCancelEventArgs class with the specified settings.
Namespace: DevExpress.XtraLayout.Utils
Assembly: DevExpress.XtraLayout.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| group | LayoutGroup | The currently processed group. |
| cancel | Boolean | The value that specifies whether the current operation needs to be canceled. |
See Also