Displays the specified value formatted as an integer value. Should be used for up to 2 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("IntValue2"), ReadOnly] public int Width { get; set; }
Allows entry of an integer value. Should be used for up to 2 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. |
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("IntValue2"), Range(1, 99), Required] public int Days { get; set; }
Last Updated 02/19/2021 - (email)
© 2021 - Softel vdm, Inc. - YetaWF.com