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


In This Topic
    MonthHeader Class
    In This Topic
    Represents the header that displays the month and year of the calendar as well as the next and previous navigation buttons.
    Syntax
    'Declaration
     
    Public NotInheritable Class MonthHeader 
    'Usage
     
    Dim instance As MonthHeader
    public sealed class MonthHeader 
    Remarks

    The name of the month displayed in the TitleButton follows the system's regional settings.

    Inheritance Hierarchy

    System.Object
       Xceed.Editors.MonthHeader

    Public Properties
     NameDescription
    Public PropertyGets or sets the height of the header.  
    Public PropertyGets the header's "next" navigation button.  
    Public PropertyGets the header's "previous" navigation button.  
    Public PropertyGets the header's title button.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Releases all resources used by the control.  
    Top
    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