Enum DdtVisualMode
Represents the visual mode options for the SfDropDownTree<TValue, TItem> component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DdtVisualMode
Fields
| Name | Description |
|---|---|
| Box | Defines the Box visual mode. |
| Custom | Defines the Custom visual mode. |
| Default | Defines the Default visual mode. |
| Delimiter | Defines the Delimiter visual mode. |