TreeListOptionsBehavior.KeepSelectedOnClick Property
This property is obsolete. Use the TreeListOptionsSelection.KeepSelectedOnClick property instead.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
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 |
|
See Also