Back to Devexpress

PopupSelectionChangedEventArgs.IsSelected Property

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

latest1.2 KB
Original Source

PopupSelectionChangedEventArgs.IsSelected Property

Gets whether the item is selected.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsSelected { get; }
vb
Public ReadOnly Property IsSelected As Boolean

Property Value

TypeDescription
Boolean

true if the item is selected; otherwise, false.

|

See Also

PopupSelectionChangedEventArgs Class

PopupSelectionChangedEventArgs Members

DevExpress.XtraEditors.Controls Namespace