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

TreeListOptionsBehavior.KeepSelectedOnClick Property

This property is obsolete. Use the TreeListOptionsSelection.KeepSelectedOnClick property instead.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool KeepSelectedOnClick { get; set; }

Property Value

Type Description
Boolean

true, if row selection persists when a user clicks on a selected row’s cell; false, if the control deselects rows (except for the clicked row) on a cell click.

Property Paths

You can access this nested property as listed below:

Object Type Path to KeepSelectedOnClick
TreeList
.OptionsBehavior .KeepSelectedOnClick
See Also