ITreeList.GetRowValue(Int32, String) Method
Returns the value of the data source field in the specified row.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
object GetRowValue(
int visibleIndex,
string fieldName
)
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | The row’s visible index. |
fieldName | String | The name of the data source field. |
Returns
Type | Description |
---|---|
Object | The data object contained within the specified data source field. |
Remarks
Refer to the GetRowValue(Int32, String) method description for more information and an example.
See Also