Intersoft WebInput Documentation
MaxDropDownYear Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditor Class : MaxDropDownYear Property






Glossary Item Box

Gets or sets maximum value of datetime year. Gets or sets maximum value of datetime year.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.DescriptionAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
Public Property MaxDropDownYear As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Integer
 
instance.MaxDropDownYear = value
 
value = instance.MaxDropDownYear
C# 
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public System.int MaxDropDownYear {get; set;}
Delphi 
public read-write property MaxDropDownYear: System.Integer; 
JScript 
System.ComponentModel.CategoryAttribute("Appearance")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.DescriptionAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set MaxDropDownYear : System.int
Managed Extensions for C++ 
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.int get_MaxDropDownYear();
public: __property void set_MaxDropDownYear( 
   System.int value
);
C++/CLI 
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.DescriptionAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.int MaxDropDownYear {
   System.int get();
   void set (    System.int value);
}

Property Value

A MaxDropDownYear that contains minimum value of datetime year. The default value is 2020.

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.