New to Telerik UI for .NET MAUI? Start a free 30-day trial

.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

See Also

In this article