ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / CustomDateFormat Property

In This Topic
    CustomDateFormat Property
    In This Topic
    Gets or sets the custom date format string.
    Syntax
    'Declaration
     
    Public Property CustomDateFormat As System.String
    public System.string CustomDateFormat {get; set;}
    Remarks
    The default is null.
    See Also