ComponentOne Input for WinForms
InitialField Property

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DateEdit Class : InitialField Property
Determines the date-time field position when a control receives input focus. Default: DateTimeField.Manual.
Syntax
'Declaration
 
Public Property InitialField As DateTimeField
public DateTimeField InitialField {get; set;}
Remarks
If this property is set to DateTimeField.Manual, control used InitialSelection algorithm defined in the C1TextBox.InitialSelection property.
See Also

Reference

C1DateEdit Class
C1DateEdit Members