Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: XAML
C#
Visual Basic
XAML
.NET Framework Class Library
C1TimeEditor
.
.
::
.
.
Delay Property
C1TimeEditor Class
See Also
Gets or sets the delay for 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
Delay
{
get
;
set
; }
Visual Basic (Declaration)
Public
Property
Delay
As
Integer
Get
Set
XAML Attribute Usage
<
object
Delay
="
int
" .../>
See Also
C1TimeEditor Class
C1.WPF.DateTimeEditors Namespace