Class |
string |
null |
|
Gets or sets the CSS class. |
1.0.0 |
Color |
EnumInputColor |
None |
|
Gets or sets the color. |
1.0.0 |
ContainerCssClass |
string |
null |
|
Gets or sets the CSS class for the container element. |
1.0.0 |
ContainerCssStyle |
string |
null |
|
Gets or sets the CSS style for the container element. |
1.0.0 |
Disabled |
bool |
False |
|
Gets or sets the disabled state. |
1.0.0 |
Id |
string |
null |
|
Gets or sets the ID. If not set, a unique ID will be generated. |
1.0.0 |
IsRounded |
bool |
False |
|
If true, the rounded variant will be enabled. |
1.0.0 |
Size |
EnumInputSize |
None |
|
Gets or sets the size. |
1.0.0 |
State |
EnumInputState |
None |
|
Gets or sets the state. |
1.0.0 |
Style |
string |
null |
|
Gets or sets the CSS style. |
1.0.0 |
Text |
string |
null |
|
Gets or sets the text. |
1.0.0 |
TextExpression |
Expression<Func<string>>? |
null |
|
Gets or sets the expression. |
1.0.0 |
Value |
int |
0 |
|
Gets or sets the value. |
1.0.0 |
ValueExpression |
Expression<Func<int>> |
null |
|
Gets or sets the expression. |
1.0.0 |