Skip to main content
All docs
V24.2

PopupCheckBoxSelectorMemberValueEventArgs.IsSelected Property

Gets whether the item is selected.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public bool IsSelected { get; }

Property Value

Type Description
Boolean

true if the item is selected; otherwise, false.

See Also