Back to Devexpress

MapSelectionChangingEventArgs.Cancel Property

windowsforms-devexpress-dot-xtramap-dot-mapselectionchangingeventargs.md

latest1.1 KB
Original Source

MapSelectionChangingEventArgs.Cancel Property

Gets or sets whether the selection of a map item should be canceled.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

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

Property Value

TypeDescription
Boolean

true if the selection of a map item should be canceled; otherwise, false.

|

See Also

MapSelectionChangingEventArgs Class

MapSelectionChangingEventArgs Members

DevExpress.XtraMap Namespace