[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SpinButtonInfo.Delay

Delay Property

Delay

Gets or sets the delay time, in milliseconds.

Declaration
public int Delay { get; set; }
Public Property Delay As Integer
Property Value
Type Description
int

A int value that indicates the delay time, in milliseconds.

Remarks

The value must be positive.

Exceptions
Type Condition
ArgumentOutOfRangeException

Occurs when value is smaller than 0.