Intersoft WebCombo Documentation
DataType Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboColumn Class : DataType Property






Gets or sets the data type of the column. Gets or sets the data type of the column.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the data type of the column.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property DataType As String
Visual Basic (Usage)Copy Code
Dim instance As WebComboColumn
Dim value As String
 
instance.DataType = value
 
value = instance.DataType
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the data type of the column.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public string DataType {get; set;}
Delphi 
public read-write property DataType: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the data type of the column.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set DataType : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the data type of the column.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_DataType();
public: __property void set_DataType( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the data type of the column.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ DataType {
   String^ get();
   void set (    String^ value);
}

Remarks

By default, WebCombo will automatically determines the data type of columns which is bound to DataSource and previous settings of DataType specified in design time is overriden. By default, WebCombo will automatically determines the data type of columns which is bound to DataSource and previous settings of DataType specified in design time is overriden.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.