Skip to main content
All docs
V26.1
  • PopupCheckBoxSelectorMemberValueEventArgs.IsSelected Property

    Gets whether the item is selected.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public bool IsSelected { get; }

    Property Value

    Type Description
    Boolean

    true if the item is selected; otherwise, false.

    See Also