Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / FormatType Property

In This Topic
    FormatType Property (C1DateEdit)
    In This Topic
    Gets or sets enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.
    Syntax
    'Declaration
     
    
    Public Shadows Property FormatType As FormatType
    public new FormatType FormatType {get; set;}
    See Also