Skip to main content

LayoutGroupCancelEventArgs.Cancel Property

Gets or sets whether to cancel the current operation.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: 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