| C1.Web.Wijmo.Controls.C1Input Namespace > C1InputDate Class : MaxDate Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute(Key="C1Input.MaxDate", Description="Determines the maximum date that can be entered.")> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.ComponentModel.Design.DateTimeEditor")> <WidgetOptionAttribute()> Public Property MaxDate As System.Nullable(Of Date)
[C1Category("Data")] [C1Description(Key="C1Input.MaxDate", Description="Determines the maximum date that can be entered.")] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.ComponentModel.Design.DateTimeEditor")] [WidgetOption()] public System.Nullable<DateTime> MaxDate {get; set;}
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