Xceed Grid for WinForms v4.3 Documentation
DayMargins Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCalendar Class : DayMargins Property
Gets or sets the margins surrounding each day in the calendar months.
Syntax
'Declaration
 
<DescriptionAttribute("The margins surrounding each day in the calendar months.")>
<CategoryAttribute("Appearance")>
Public Property DayMargins As Margins
'Usage
 
Dim instance As WinCalendar
Dim value As Margins
 
instance.DayMargins = value
 
value = instance.DayMargins
[Description("The margins surrounding each day in the calendar months.")]
[Category("Appearance")]
public Margins DayMargins {get; set;}

Property Value

A Margins structure representing the margins surrounding each day in the calendar months. By default, DefaultDayMargins.
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

Reference

WinCalendar Class
WinCalendar Members