SelfReferenceTreeDescription.RootValue Property
Gets or sets the root value. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public object RootValue { get; set; }
Property Value
Type | Description |
---|---|
Object | An object that specifies the root value. |
Remarks
For more information, refer to the following help topic: Self-Referenced Data Structure.
See Also