Skip to main content
All docs
V23.2

PopupSelectionChangingEventArgs.Cancel Property

Gets or sets whether to cancel the change selection operation.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true to cancel the change selection operation; otherwise, false.

See Also