Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualMode

    Show / Hide Table of Contents

    Class VisualMode

    Configures visibility mode for component interaction.

    Inheritance
    System.Object
    VisualMode
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class VisualMode : Enum

    Fields

    Box

    Defines the Box visual mode.

    Declaration
    public const VisualMode Box
    Field Value
    Type Description
    VisualMode

    CheckBox

    Defines the CheckBox visual mode.

    Declaration
    public const VisualMode CheckBox
    Field Value
    Type Description
    VisualMode

    Default

    Defines the Default visual mode.

    Declaration
    public const VisualMode Default
    Field Value
    Type Description
    VisualMode

    Delimiter

    Defines the Delimiter visual mode.

    Declaration
    public const VisualMode Delimiter
    Field Value
    Type Description
    VisualMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved