ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / CustomDateFormat Property

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