Skip to main content

LayoutGroupCancelEventArgs(LayoutGroup, Boolean) Constructor

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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