Class DdtVisualMode
Represents the visual mode options for the SfDropDownTree<TValue, TItem> component.
Inheritance
System.Object
DdtVisualMode
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DdtVisualMode : Enum
Fields
Box
Defines the Box visual mode.
Declaration
public const DdtVisualMode Box
Field Value
Type | Description |
---|---|
DdtVisualMode | Selected items will be visualized in chip format. |
Custom
Defines the Custom visual mode.
Declaration
public const DdtVisualMode Custom
Field Value
Type | Description |
---|---|
DdtVisualMode | Selected items will be visualized with the given custom template value. The given custom template is added to the input instead of the selected item text. |
Default
Defines the Default visual mode.
Declaration
public const DdtVisualMode Default
Field Value
Type | Description |
---|---|
DdtVisualMode | When focused, the component will act in the box mode. When blurred, the component will act in the delimiter mode. |
Delimiter
Defines the Delimiter visual mode.
Declaration
public const DdtVisualMode Delimiter
Field Value
Type | Description |
---|---|
DdtVisualMode | Selected items will be visualized in the text content. |