C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DateEdit Class / InitialField Property

In This Topic
InitialField Property
In This Topic
Determines the date-time field position when a control receives input focus. Default: DateTimeField.Manual.
Syntax
'Declaration
 
Public Property InitialField As DateTimeField
 
Remarks
If this property is set to DateTimeField.Manual, control used InitialSelection algorithm defined in the InitialSelection property.
See Also