Property MaxValue
MaxValue
Gets or sets the maximum value that can be entered in the control.
object? MaxValue { get; set; }
Property Value
Remarks
This property has sense for the numbers and some other types.
Default value is null
.
Gets or sets the maximum value that can be entered in the control.
object? MaxValue { get; set; }
This property has sense for the numbers and some other types.
Default value is null
.