Click or drag to resize
StyleWrapValue Property
Gets or sets the wrap property of a spin control.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool WrapValue { get; set; }

Property Value

Type: Boolean
true if the spin control value wraps around when the minimum or maximum values are reached.
See Also