menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DdtVisualMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved