Intersoft WebCombo Documentation
ColumnType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace : ColumnType Enumeration






Value representing the column type of WebCombo ColumnType Enumeration.

Syntax

Visual Basic (Declaration) 
Public Enum ColumnType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ColumnType
C# 
public enum ColumnType : System.Enum 
Delphi 
public enum ColumnType = class(System.Enum)
JScript 
public enum ColumnType extends System.Enum
Managed Extensions for C++ 
__value public enum ColumnType : public System.Enum 
C++/CLI 
public enum class ColumnType : public System.Enum 

Members

MemberDescription
CustomCells that belong to a column with this setting can be fully customized from within runtime code. Cells that belong to a column with this setting can be fully customized from within runtime code.
ImageCells that belong to a column with this setting will display only an image that specified in CellImage or its own Image property.Cells that belong to a column with this setting will display only an image that specified in WebGridColumn.CellImage or its own Image property.
ImageAndTextCells that belong to a column with this setting will display an image that specified in CellImage or its own Image property and text.Cells that belong to a column with this setting will display an image that specified in WebGridColumn.CellImage or its own Image property and text.
TextCells that belong to a column with this setting will display only text. Cells that belong to a column with this setting will display only text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebCombo.ColumnType

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.