Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts, applied to the Increase and Decrease buttons.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public int Interval { get; set; }
Visual Basic (Declaration)
Public Property Interval As Integer
	Get
	Set
XAML Attribute Usage
<object Interval="int" .../>

See Also