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

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