ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / Text Property

In This Topic
    Text Property (C1DatePicker)
    In This Topic
    Gets or sets the text that is displayed by the C1DatePicker control.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also