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


In This Topic
    WeekDaysHeader Property
    In This Topic
    Gets the header that displays the names of the days of the week. (Sunday, Monday, Tuesday, etc...).
    Syntax
    'Declaration
     
    <DescriptionAttribute("The header that displays the names of the days of the week. (Sunday, Monday, Tuesday, etc...).")>
    <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 WeekDaysHeader As WeekDaysHeader
    'Usage
     
    Dim instance As WinCalendar
    Dim value As WeekDaysHeader
     
    value = instance.WeekDaysHeader
    [Description("The header that displays the names of the days of the week. (Sunday, Monday, Tuesday, etc...).")]
    [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 WeekDaysHeader WeekDaysHeader {get;}

    Property Value

    A WeekDaysHeader that displays the names of the days of the week.
    Remarks

    The weekdays 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