Back to Devexpress

TreeList.ClearFocusedColumn() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-ea321ffa.md

latest1.4 KB
Original Source

TreeList.ClearFocusedColumn() Method

Removes focus from the focused column.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public void ClearFocusedColumn()
vb
<Browsable(False)>
Public Sub 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

FocusedColumn

FocusedNode

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace