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

LayoutGroupCancelEventArgs.Cancel Property

Gets or sets whether to cancel the current operation.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether to cancel the current operation.

See Also