Skip to main content
All docs
V23.2

PopupSelectionChangingEventArgs.IsSelected Property

Gets whether the item is selected.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.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