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

TreeList.ClearFocusedColumn() Method

Removes focus from the focused column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public void ClearFocusedColumn()

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