Skip to main content
A newer version of this page is available. .

MultiQueryItem.Selected Property

Specifies whether or not the tree list item is selected.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public bool? Selected { get; set; }

Property Value

Type Description
Nullable<Boolean>

A nullable Boolean value, specifying the item’s selection state.

See Also