Back to Devexpress

TreeList.SetFocusedValue(Object) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-setfocusedvalue-x28-system-dot-object-x29.md

latest1.2 KB
Original Source

TreeList.SetFocusedValue(Object) Method

Assigns the required value to the focused Tree List cell.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public virtual void SetFocusedValue(
    object value
)
vb
Public Overridable Sub SetFocusedValue(
    value As Object
)

Parameters

NameTypeDescription
valueObject

An Object that is the value to be assigned to the focused cell.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace