BCGControlBar Library for .NET
GridDataType Enumeration




Specifies type of data contained in a GridDataItem.
Syntax
'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 
Members
MemberDescription
CheckBoxCheck box. Represented by CheckBoxCell.
ColorColor. Represented by ColorCell.
ComboBoxList of options displayed in a combo box. Represented by ComboBoxCell.
CommandButtonCommand button. It's a small push button aligned at the right bound of cell. Represented by CommandButtonCell.
CustomCustom cell. If you specify this type then you have to handle CreateCustomCell event and return your custom cell.
DateDate. Represented by DateTimeCell.
FilePathFile path. Represented by FileBrowserCell.
FolderPathFolder path. Represented by FolderBrowserCell.
FontFont object. The Grid control automatically creates a FontBrowserCell cell to display and edit this data.
HyperlinkHyperlink. Represented by HyperlinkCell.
ImageData item contains an image. Represented by ImageCell.
ImageAndTextImage and Text. The Grid control automatically creates ImageTextCell to display and edit this data.
ImageListImage list. Each click displays next image from the image list in a loop. Represented by ImageListCell.
MaskEditMasked edit control. Represented by MaskEditCell.
NotSetUndefined. Assumed textual data.
PasswordEditPassword edit control. Represented by PasswordEditCell.
PushButtonPush button. The Grid control automatically creates PushButtonCell that covers the entire cell area.
SpinButtonSpin button. Represented by SpinButtonCell.
StandardAny standard data type (String, integer etc).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.GridDataType

Requirements

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

See Also

Reference

BCGSoft.Controls.Grid Namespace

Send Feedback