ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1TimeEditor Class / CustomFormat Property

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