Click or drag to resize
StyleLowerBound Property
Gets or sets the lower 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 LowerBound { get; set; }

Property Value

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