Enum DdtAction
Specifies the change event action of the SfDropDownTree<TValue, TItem> component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DdtAction
Fields
| Name | Description |
|---|---|
| Select | Specifies the item selection in SfDropDownTree<TValue, TItem> component. |
| Unselect | Specifies the item deselection in SfDropDownTree<TValue, TItem> component. |