Version

WebHierarchicalDataGridRoles Enumeration

Roles defined for the ig_dataGrid.css file.
Syntax
'Declaration
 
Public Enum WebHierarchicalDataGridRoles 
   Inherits System.Enum
public enum WebHierarchicalDataGridRoles : System.Enum 
Members
MemberDescription
ColumnGroupingBottomDragIndicatorCssClassDefines the appearance of the
ColumnGroupingMiddleDragIndicatorCssClassDefines the appearance of the
ColumnGroupingTopDragIndicatorDefines the appearance of the
ControlThe control role defines the frame appearance of the grid.
CountNumber of roles supported by the main control of the grid.
ExpandableAreaCssClassDefines the appearance of the TD in which the RowIslands appear.
ExpandButtonCssClassCSS style class that will be applied to the expand/collapse button
ExpansionColumnCssClassDefines the appearance the column in which the Expand/Collapse buttons appear.
ExpansionColumnFooterCssClassDefines the appearance the column footer for the column in which the Expand/Collapse buttons appear.
ExpansionColumnHeaderCssClassDefines the appearance the column header for the column in which the Expand/Collapse buttons appear.
GroupAreaCssClassDefines the appearance the group area.
GroupedBandCssClassDefines the appearance of the band td in the goupred by area
GroupedBandRightEdgeCssClassDefines the appearance of the band's right edge td in the goupred by area
GroupedColumnCssClassDefines the appearance of the clone of the column found in the grouped by area
GroupedColumnLeftEdgeCssClassDefines the appearance of the clone of the column's left edge. This is needed for the drag markup as the grouped column is being dragged around/from the grouped by area.
GroupedColumnRightEdgeCssClassDefines the appearance of the clone of the column's right edge found in the grouped by area
GroupedColumnRightEdgeEndCssClassDefines the appearance of the clone of the column's right edge found in the grouped by area, which appears on the end.
GroupedRowCssClassDefines the appearance of the row showing the group.
GroupIndentAddNewRowCellCssClassDefines the appearance of the group indent cell for the add new row.
GroupIndentCellCssClassDefines the appearance the group indent td.
GroupIndentFooterCellCssClassDefines the appearance the group indent footer th.
GroupIndentHeaderCellCssClassDefines the appearance the group indent header th.
MergedCellThe CSS class that will be applied to merged cells if top row index is odd.
MergedCellBottomThe CSS class that will be applied to the bottom merged cell if top row index is odd.
MergedCellExpandedClass applied to a merged cell of an expanded row and the next row (if part of merging).
MergedCellTopThe CSS class that will be applied to the top merged cell if top row index is odd.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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