Skip to main content
All docs
V24.1

PopupSelectionChangedEventArgs.IsSelected Property

Gets whether the item is selected.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

true if the item is selected; otherwise, false.

See Also