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 |