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

    Gets or sets whether to select the item.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool IsSelected { get; set; }

    Property Value

    Type Description
    Boolean

    true to select the item; otherwise, false.

    See Also