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

TreeListOptionsSelection.UseIndicatorForSelection Property

Gets or sets whether nodes can be selected via the node indicator when the Tree List is in multiple selection mode.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool UseIndicatorForSelection { get; set; }

Property Value

Type Default Description
Boolean **false**

true if nodes can be selected via the node indicator; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseIndicatorForSelection
WinForms Controls ResourcesTree
.OptionsSelection.UseIndicatorForSelection
TreeList
.OptionsSelection.UseIndicatorForSelection
Reporting XRDesignFieldList
.OptionsSelection.UseIndicatorForSelection
XRDesignReportExplorer
.OptionsSelection.UseIndicatorForSelection

Remarks

Set the TreeListOptionsSelection.MultiSelect option to true to allow an end-user to select multiple nodes. End-users can drag with the mouse along the indicator to select a range of nodes or click a specific node’s indicator cell while holding down the CTRL key to toggle only this node’s selection state.

If the UseIndicatorForSelection property is set to false, nodes cannot be selected via the indicator.

See Also