Back to Devexpress

PopupSelectionChangingEventArgs.Cancel Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-popupselectionchangingeventargs.md

latest1.2 KB
Original Source

PopupSelectionChangingEventArgs.Cancel Property

Gets or sets whether to cancel the change selection operation.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Cancel { get; set; }
vb
Public Property Cancel As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PopupSelectionChangingEventArgs Class

PopupSelectionChangingEventArgs Members

DevExpress.XtraEditors.Controls Namespace