Click or drag to resize
StyleUpperBound Property
Gets or sets the upper bound of the spin control.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(0)]
public int UpperBound { get; set; }

Property Value

Type: Int32
The upper bound of the spin control.
See Also