Gets or sets the first month displayed in the date picker when dropdown is opened.
'Declaration
<DescriptionAttribute("The first month displayed in the date picker when dropdown is opened.")>
<CategoryAttribute("Appearance")>
<EditorAttribute("Xceed.Editors.Design.CalendarDateTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
Public Property FirstMonth As Date
'Usage
Dim instance As WinDatePicker
Dim value As Date
instance.FirstMonth = value
value = instance.FirstMonth
[Description("The first month displayed in the date picker when dropdown is opened.")]
[Category("Appearance")]
[Editor("Xceed.Editors.Design.CalendarDateTypeUIEditor,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
public DateTime FirstMonth {get; set;}
Property Value
A
System.DateTime value represenintg the first month displayed in the date picker when the dropdown is opened. By default,
DefaultFirstMonth.
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