Back to Devexpress

TreeList.GetFocusedDataRow() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-6b85be68.md

latest2.4 KB
Original Source

TreeList.GetFocusedDataRow() Method

Returns a DataRow in the bound DataTable that contains data for the focused node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public DataRow GetFocusedDataRow()
vb
Public Function GetFocusedDataRow As DataRow

Returns

TypeDescription
DataRow

A DataRow that specifies a row of data in a DataTable.

|

Remarks

Use the following methods to get an object that contains data for a specific node:

To specify the node in the method’s parameter, use the node’s Id property value.

See Also

GetDataRow(Int32)

GetRow(Int32)

FocusedNode

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace