ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / MonthHeader Property

In This Topic
    MonthHeader Property (C1Calendar)
    In This Topic
    Gets a string representation of the DisplayDate property value formatted with the current System.Globalization.DateTimeFormatInfo.YearMonthPattern value.
    Syntax
    'Declaration
     
    Public ReadOnly Property MonthHeader As System.Object
    public System.object MonthHeader {get;}
    See Also