Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCalendar Class / MonthFormatMode Property


In This Topic
    MonthFormatMode Property
    In This Topic
    Gets or sets the format mode in which the month picker displays the months. By default set to AbbreviatedMonthName.
    Syntax
    'Declaration
     
    
    Public Property MonthFormatMode As ENCalendarMonthFormatMode
    'Usage
     
    
    Dim instance As NCalendar
    Dim value As ENCalendarMonthFormatMode
     
    instance.MonthFormatMode = value
     
    value = instance.MonthFormatMode
    public ENCalendarMonthFormatMode MonthFormatMode {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also