| AdditionalAttributes |
Dictionary<string, object>? |
null |
|
Gets or sets additional attributes that will be applied to the component. |
3.5.0 |
| Class |
string? |
null |
|
Gets or sets the CSS class name(s) to apply to the component. |
3.5.0 |
| Disabled |
bool |
False |
|
Gets or sets whether the enum input is disabled. When true, users cannot change its selection. |
3.5.0 |
| Id |
string? |
null |
|
Gets or sets the ID. If not set, a unique ID will be generated. |
3.5.0 |
| Size |
EnumInputSize |
None |
|
Gets or sets the Bootstrap size of the enum select input. |
3.5.0 |
| Style |
string? |
null |
|
Gets or sets the CSS style string that defines the inline styles for the component. |
3.5.0 |
| Text |
string |
null |
|
Gets or sets the display text of the selected enum value. |
3.5.0 |
| TextExpression |
Expression<Func<string>> |
null |
|
Gets or sets the expression that identifies the bound value for validation and EditContext notifications. |
3.5.0 |
| Value |
int |
0 |
|
Gets or sets the numeric value of the selected enum member. |
3.5.0 |
| ValueExpression |
Expression<Func<int>> |
null |
|
Gets or sets the expression that identifies the bound value for validation and EditContext notifications. |
3.5.0 |