.NET MAUI TreeDataGrid Methods
The Telerik UI for .NET MAUI TreeDataGrid exposes the following methods to expand and collapse the children of an item:
-
Expand
(object item
)—Expands the children of the item. -
Collapse
(object item
)—Collapses the children of the item.
Use the IsExpanded
(bool
) property to get a value whether the item is currently expanded (has its children visible).
Additional Resources
- .NET MAUI TreeDataGrid Product Page
- .NET MAUI TreeDataGrid Forum Page
- Telerik .NET MAUI Blogs
- Telerik .NET MAUI Roadmap