Click or drag to resize
StyleInitialValue Property
Gets or sets the initial value of the spin control.

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

Property Value

Type: Int32
The initial value of the spin control.
See Also