Gets or sets the maximum
System.DateTime value that can be assigned to the date picker.
'Declaration
<DescriptionAttribute("The maximum datetim value that can be assigned to the date picker.")>
<CategoryAttribute("Behavior")>
<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 MaxValue As Date
'Usage
Dim instance As WinDatePicker
Dim value As Date
instance.MaxValue = value
value = instance.MaxValue
[Description("The maximum datetim value that can be assigned to the date picker.")]
[Category("Behavior")]
[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 MaxValue {get; set;}
Property Value
A
System.DateTime value representing the maximum value that can be assigned to the date picker. By default, DateTime.MaxValue.
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