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

LayoutGroupCancelEventArgs(LayoutGroup, Boolean) Constructor

Initializes a new instance of the LayoutGroupCancelEventArgs class with the specified settings.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

public LayoutGroupCancelEventArgs(
    LayoutGroup group,
    bool cancel
)

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