C1.Win.C1FlexGrid Namespace : CellStyleEnum Enumeration |
'Declaration
Public Enum CellStyleEnum Inherits System.Enum
'Usage
Dim instance As CellStyleEnum
public enum CellStyleEnum : System.Enum
public enum class CellStyleEnum : public System.Enum
Member | Description |
---|---|
Alternate | Style used to render scrollable cells in even-numbered rows. |
Editor | Style used to render cells being edited. |
EmptyArea | Style used to render the area of the grid where there are no cells. |
FilterEditor | Style used to paint the filter editors. |
FirstCustomStyle | Constant that indicates the first custom style. |
Fixed | Style used to render fixed cells. |
Focus | Style used to render the cell that has the focus. |
Frozen | Style used to render cells that are frozen (editable and selectable, but not scrollable). |
FrozenAlternate | Style used to render cells that are frozen (editable and selectable, but not scrollable) in even-numbered rows. |
GrandTotal | Style automatically assigned to grand total nodes created with the C1FlexGridBase.Subtotal method. |
Highlight | Style used to render cells that are selected and highlighted. |
NewRow | Style used to render the last row on the grid when the C1FlexGridBase.AllowAddNew property is set to true. |
Normal | Style used to render scrollable normal cells. |
Search | Style used to render cells that are being selected as the user types (see the C1FlexGridBase.AutoSearch property). |
SelectedColumnHeader | Style used to render selected column headers. |
SelectedRowHeader | Style used to render selected row headers. |
Subtotal0 | Style automatically assigned to level-0 nodes created with the C1FlexGridBase.Subtotal method. |
Subtotal1 | Style automatically assigned to level-1 nodes created with the C1FlexGridBase.Subtotal method. |
Subtotal2 | Style automatically assigned to level-2 nodes created with the C1FlexGridBase.Subtotal method. |
Subtotal3 | Style automatically assigned to level-3 nodes created with the C1FlexGridBase.Subtotal method. |
Subtotal4 | Style automatically assigned to level-4 nodes created with the C1FlexGridBase.Subtotal method. |
Subtotal5 | Style automatically assigned to level-5 nodes created with the C1FlexGridBase.Subtotal method. |
// s1, s2, and s3 are all references to the grid's Normal style: CellStyle s1 = _flex.Styles[CellStyleEnum.Normal]; CellStyle s2 = _flex.Styles["Normal"]; CellStyle s3 = _flex.Styles.Normal;
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.CellStyleEnum
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