DXTreeView.ItemsSource Property
Gets or sets the DXTreeView‘s data source. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public object ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
Object | An object that specifies the data source from which the DXTreeView retrieves its data. |
See Also