[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonInfo.Interval

Interval Property

Interval

Gets or sets the interval of firing the Click events.

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

An int value that indicates the interval of firing the Click events. The default is 0.

Remarks

The value must be greater than or equal to 0. If the CheckOnClick property is true or the Interval property is 0, the spin action is stopped.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is smaller than 0.