Displays the specified value formatted as an integer value. Should be used for up to 4 digits. If the specified value is null, nothing is rendered.
Model Type: int?
[Caption("Average Char. Width"), Description("The average character width, calculated using the current skin")] [UIHint("IntValue4"), ReadOnly] public int Width { get; set; }
Allows entry of an integer value. Should be used for up to 4 digits.
Model Type: int?
The RangeAttribute can be used to define the lowest and highest allowable values.
Name | Type | Default | Description |
---|---|---|---|
Step | int | 1 | The increment/decrement used when clicking on the up/down arrows of the edit control. |
Plain | bool | false | Defines whether the number is shown using the defined locale. |
Name | Type | Description |
---|---|---|
model__PlaceHolder | string | Defines the placeholder text shown when control contents are empty. |
[Caption("Days"), Description("The number of days a backup is saved - once a backup has been saved for the specified number of days, it is deleted")] [UIHint("IntValue4"), Range(1, 9999), Required] public int Days { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com