Skip to main content
All docs
V24.1

PopupSelectionChangingEventArgs.Cancel Property

Gets or sets whether to cancel the change selection operation.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.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