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






Gets or sets the type of the column that control how the column content will be rendered.

Gets or sets the type of the column that control how the column content will be rendered.

Syntax

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

Remarks

WebCombo provides predefined column type such as Text, Image, ImageAndText and Custom, which are most commonly used. For greater level of customization, WebCombo's Column contents can also be customized to display rich HTML-based contents by setting its ColumnType to Custom and write the custom content codes in InitializeRow event.

WebCombo provides predefined column type such as Image, ImageAndText and so on, which are most commonly used. For greater level of customization, WebCombo's Column contents can also be customized to display rich HTML-based contents by setting its ColumnType to ColumnType.Custom and write the custom content codes in InitializeRow event.

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.