WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / C1DatePicker Class / CustomFormat Property
In This Topic
    CustomFormat Property (C1DatePicker)
    In This Topic
    Gets or sets the custom date/time format string.
    Syntax
    public string CustomFormat {get; set;}
    Remarks
    The default is null.

    If you use both Mask and CustomFormat properties, make sure that property values conform to each other.

    See Also