Interface IDropDownTree
Interface for SfDropDownTree.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IDropDownTree
Methods
UpdateChildProperties(Object)
This method updates the child properties of Dropdown Tree.
Declaration
Task UpdateChildProperties(object details)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | details | Specifies the property value parameter. |
Returns
| Type |
|---|
| System.Threading.Tasks.Task |