TreeList.GetFocusedDataRow() Method
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Returns
Type | Description |
---|---|
DataRow |
Remarks
Use the following methods to get an object that contains data for a specific node:
GetRow(Int32) — Returns an Object in the bound data source that contains data for the specified node.
To get the focused node’s data row, use the GetFocusedRow() method.
GetDataRow(Int32) — Returns a DataRow in the bound DataTable that contains data for the specified node.
To get the focused node’s DataRow, use the
GetFocusedDataRow()
method.Note
If the bound data source is a custom collection, these methods return null (Nothing in VB).
To specify the node in the method’s parameter, use the node’s Id property value.