LayoutGroupCancelEventArgs(LayoutGroup, Boolean) Constructor
Initializes a new instance of the LayoutGroupCancelEventArgs class with the specified settings.
Namespace: DevExpress.XtraLayout.Utils
Assembly: DevExpress.XtraLayout.v26.1.dll
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