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


In This Topic
    WeekDaysHeader Class
    In This Topic
    Represents the header that displays the names of the days of the week.
    Syntax
    'Declaration
     
    Public NotInheritable Class WeekDaysHeader 
    'Usage
     
    Dim instance As WeekDaysHeader
    public sealed class WeekDaysHeader 
    Remarks

    The names of the week days displayed in the header follow the system's regional settings.

    Inheritance Hierarchy

    System.Object
       Xceed.Editors.WeekDaysHeader

    Public Properties
     NameDescription
    Public PropertyGets or sets the names of the days of the week as displayed in the header.  
    Public PropertySpecifies which mode is used to extrapolate the default day names.  
    Public PropertyGets the first day of the week displayed in the header.  
    Public PropertyGets or sets the font of the header.  
    Public PropertyGets or sets the height of the header.  
    Public PropertyGets or sets the maximum number of characters used to display the names of the week days in the header.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the DayNames property to its default value, DefaultDayNames.  
    Public MethodResets the value of the DefaultDayNamesMode property to its default value, DayNamesMode.Full.  
    Public MethodResets the value of the FirstDayOfWeek property to its default value, DefaultFirstDayOfWeek.  
    Public MethodResets the value of the Height property to its default value, DefaultHeight.  
    Public MethodResets the value of the MaxDayNameChars to its default value, 1.  
    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