Class IInput
Default required properties for input components.
Inheritance
System.Object
IInput
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class IInput : Object
Constructors
IInput()
Declaration
public IInput()
Properties
Change
Sets the change event mapping function to input.
Declaration
public object Change { get; set; }
Property Value
Type |
---|
System.Object |
CssClass
Sets the css class value to input.
Declaration
public string CssClass { get; set; }
Property Value
Type |
---|
System.String |
Enabled
Sets the enabled value to input.
Declaration
public bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableRtl
Sets the enable rtl value to input.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
---|
System.Boolean |
FloatLabelType
Specifies how the floating label works. Possible values are: Never - Never float the label in the input when the placeholder is available. Always - The floating label will always float above the input. Auto - The floating label will float above the input after focusing or entering a value in the input.
Declaration
public object FloatLabelType { get; set; }
Property Value
Type |
---|
System.Object |
Placeholder
Sets the placeholder value to input.
Declaration
public string Placeholder { get; set; }
Property Value
Type |
---|
System.String |
Readonly
Sets the readonly value to input.
Declaration
public bool Readonly { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowClearButton
Specifies whether to display the Clear button in the input.
Declaration
public bool ShowClearButton { get; set; }
Property Value
Type |
---|
System.Boolean |