ITreeViewNodeInfo.Target Property
In This Article
Specifies the target attribute’s value for the node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string Target { get; }
#Property Value
Type | Description |
---|---|
String | The target attribute’s value. |
See Also