Skip to main content

TreeListOptionsBehavior.KeepSelectedOnClick Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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