Table of Contents

Property Maximum

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

Maximum

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

public virtual int Maximum { get; set; }

Property Value

int

The maximum allowed value for the numeric up-down control. The default value is 100.

Remarks

If the Minimum property is greater than the new Maximum property, the Minimum property value is set equal to the Maximum value. If the current Value is greater than the new Maximum value, the Value property value is set equal to the Maximum value.