Table of Contents

Property Minimum

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Minimum

Gets or sets the minimum allowed value for the numeric up-down control.

public virtual int Minimum { get; set; }

Property Value

int

The minimum allowed value for the numeric up-down control. The default value is 0.

Remarks

The minimum and maximum values of the Value property are specified by the Minimum and Maximum properties. If the new Minimum property value is greater than the Maximum property value, the Maximum value is set equal to the Minimum value. If the Value is less than the new Minimum value, the Value property is also set equal to the Minimum value.