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

.NET MAUI TreeDataGrid Nested Properties Support

The Telerik UI for .NET MAUI TreeDataGrid inherits the support for nested properties form the DataGrid control. Nested properties allow binding of complex objects to the tree grid columns.

In addition, the ListenForNestedPropertyChange (bool) property gives the ability to listen for changes in the nested properties' values. The default value is false.

ListenForNestedPropertyChange is false due to optimization purposes. You can enable it in case you'd need to update the nested properties' values.

See Also

In this article