menu

Blazor

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

    Show / Hide Table of Contents

    Class FloatLabelType

    Specifies the float label type in the SfMultiColumnComboBox<TValue, TItem> component.

    Inheritance
    System.Object
    FloatLabelType
    Namespace: Syncfusion.Blazor.MultiColumnComboBox
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FloatLabelType : Enum

    Fields

    Always

    Represents the placeholder text should always float above the input in the SfMultiColumnComboBox<TValue, TItem> component.

    Declaration
    public const FloatLabelType Always
    Field Value
    Type
    FloatLabelType

    Auto

    Represents the placeholder text should float while entering the input and when focusing in the SfMultiColumnComboBox<TValue, TItem> component.

    Declaration
    public const FloatLabelType Auto
    Field Value
    Type
    FloatLabelType

    Never

    Represents the placeholder text should not float in the SfMultiColumnComboBox<TValue, TItem> component.

    Declaration
    public const FloatLabelType Never
    Field Value
    Type
    FloatLabelType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved