ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.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 System.String
    public System.string Text {get; set;}
    See Also