BCGSoft.Controls.Grid Namespace : GridDataType Enumeration |
'Declaration Public Enum GridDataType Inherits System.Enum
'Usage Dim instance As GridDataType
public enum GridDataType : System.Enum
__value public enum GridDataType : public System.Enum
public enum class GridDataType : public System.Enum
Member | Description |
---|---|
CheckBox | Check box. Represented by CheckBoxCell. |
Color | Color. Represented by ColorCell. |
ComboBox | List of options displayed in a combo box. Represented by ComboBoxCell. |
CommandButton | Command button. It's a small push button aligned at the right bound of cell. Represented by CommandButtonCell. |
Custom | Custom cell. If you specify this type then you have to handle CreateCustomCell event and return your custom cell. |
Date | Date. Represented by DateTimeCell. |
FilePath | File path. Represented by FileBrowserCell. |
FolderPath | Folder path. Represented by FolderBrowserCell. |
Font | Font object. The Grid control automatically creates a FontBrowserCell cell to display and edit this data. |
Hyperlink | Hyperlink. Represented by HyperlinkCell. |
Image | Data item contains an image. Represented by ImageCell. |
ImageAndText | Image and Text. The Grid control automatically creates ImageTextCell to display and edit this data. |
ImageList | Image list. Each click displays next image from the image list in a loop. Represented by ImageListCell. |
MaskEdit | Masked edit control. Represented by MaskEditCell. |
NotSet | Undefined. Assumed textual data. |
PasswordEdit | Password edit control. Represented by PasswordEditCell. |
PushButton | Push button. The Grid control automatically creates PushButtonCell that covers the entire cell area. |
SpinButton | Spin button. Represented by SpinButtonCell. |
Standard | Any standard data type (String, integer etc). |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.GridDataType
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