Skip to main content
All docs
V23.2

PopupCheckBoxSelectorMemberIsSelectedEventArgs.IsSelected Property

Gets or sets whether to select the item.

Namespace: DevExpress.XtraEditors.Controls

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