Skip to main content
All docs
V25.1
  • PopupSelectionChangingEventArgs.IsSelected Property

    Gets whether the item is selected.

    Namespace: DevExpress.XtraEditors.Controls

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