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


In This Topic
    DaysBorders Property
    In This Topic
    Gets the borders surrounding the days in the calendar month(s).
    Syntax
    'Declaration
     
    <DescriptionAttribute("The borders surrounding the days in the calendar month(s).")>
    <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 DaysBorders As DaysBorders
    'Usage
     
    Dim instance As WinCalendar
    Dim value As DaysBorders
     
    value = instance.DaysBorders
    [Description("The borders surrounding the days in the calendar month(s).")]
    [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 DaysBorders DaysBorders {get;}

    Property Value

    A reference to a DaysBorders object representing all 4 borders that surround the days in the calendar month(s).
    Remarks

    The days in the months are surrounded by 4 borders: left, top, right and bottom. Modifying one or more of these borders will modify the same border in all the months.

    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