TreeList.ClearFocusedColumn() Method
Removes focus from the focused column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Remarks
The ClearFocusedColumn method removes focus from the focused column. After this method is called, the previously focused cell is painted in the same manner as other neighboring cells in the focused node. No cell will accept input from the keyboard unless this cell receives focus again.
See Also