TreeListMultiSelection.IsLockSelect Property
Gets whether selection updates are prevented.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if selection updates are prevented; otherwise, false. |
Remarks
See TreeList.BeginSelection for details.
See Also