Skip to main content

MultiQueryItem.Selected Property

Specifies whether or not the tree list item is selected.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool? Selected { get; set; }

Property Value

Type Description
Nullable<Boolean>

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

See Also