Version

WebDataGridRoles Enumeration

Roles defined for the ig_dataGrid.css file.
Syntax
'Declaration
 
Public Enum WebDataGridRoles 
   Inherits System.Enum
public enum WebDataGridRoles : System.Enum 
Members
MemberDescription
AltItemThe alternating item role defines appearance of the cells in the alternating (odd index) rows.
ControlThe control role defines the frame appearance of the grid.
CountNumber of roles supported by the main control of the grid.
FooterThe footer role difenes the appearance of the whole footer area.
FooterCaptionThe footer caption role defines appearance of individual footer captions of every column.
FooterScrollbarIntersectionThe footer scrollbar intersection defines appearance of the square area in between the footer and vertical scrollbars.
GroupFieldHeaderCaptionThe header caption role defines appearance of individual header captions of every column.
HeaderThe header role difenes the appearance of the whole header area.
HeaderCaptionThe header caption role defines appearance of individual header captions of every column.
HeaderScrollbarIntersectionThe header scrollbar intersection defines appearance of the square area in between the header and vertical scrollbars.
ItemThe item role defines appearance of the cells in the rows.
ScrollbarIntersectionThe scrollbar intersection defines appearance of the square area in between the horizontal and vertical scrollbars.
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