ITreeViewNodeInfo.DataItem Property
Returns the data item that is bound to the node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
object DataItem { get; }
Property Value
| Type | Description |
|---|---|
| Object | The data item object. |
See Also