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






Value representing the type of the WebGridColumn in the WebGrid control.

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
ButtonCells that belong to a column with this setting will appear as HTML button.
ButtonImage 
CheckBoxCells that belong to a column with this setting will appear as HTML check box.
CustomCells that belong to a column with this setting can be fully customized from within runtime code.
HyperLinkCells that belong to a column with this setting will appear as hyperlink.
ImageCells that belong to a column with this setting will display only an image that specified in 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.
TemplateCells that belong to a column with this setting will appear as template.
TextCells that belong to a column with this setting will display only text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.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.