Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinCalendar Class / MonthHeader Property


In This Topic
    MonthHeader Property
    In This Topic
    Gets the header that displays the month and year of the calendar as well as the next and previous navigation buttons.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The header that displays the month and year of the calendar as well as the next and previous navigation buttons.")>
    <CategoryAttribute("Appearance")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <TypeConverterAttribute("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    Public ReadOnly Property MonthHeader As MonthHeader
    'Usage
     
    Dim instance As WinCalendar
    Dim value As MonthHeader
     
    value = instance.MonthHeader
    [Description("The header that displays the month and year of the calendar as well as the next and previous navigation buttons.")]
    [Category("Appearance")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [TypeConverter("Xceed.Editors.Design.BlankExpandableObjectConverter,Xceed.Editors.v2.6.Design,Version=2.6.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    public MonthHeader MonthHeader {get;}

    Property Value

    A MonthHeader that displays the month and year of the calendar as well as the next and previous navigation buttons.
    Remarks

    The month header follows the system's regional settings.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also