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

TreeListMultiSelection.IsLockSelect Property

Gets whether selection updates are prevented.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public bool IsLockSelect { get; }

Property Value

Type Description
Boolean

true if selection updates are prevented; otherwise, false.

Remarks

See TreeList.BeginSelection for details.

See Also