Version

WebDataGridRowAddingRoles Enumeration

Roles defined for the ig_dataGrid.css file.
Syntax
'Declaration
 
Public Enum WebDataGridRowAddingRoles 
   Inherits System.Enum
public enum WebDataGridRowAddingRoles : System.Enum 
Members
MemberDescription
AddNewRowThe CSS classes that will be applied to the AddNewRow.
AddNewRowBottomThe CSS classes that will be applied to the AddNewRow when it is at the bottom.
AddNewRowExpansionColumnCssClassCss class that will be applied to the expansion column for WebHierarchicalGrid in the add new row.
AddNewRowScrollbarIntersectionCSS class that will be applied to the intersection of the add new row and vertical scrollbar.
AddNewRowSelectorCssClassThe CSS classes that will be applied to the AddNewRow Row Selector.
AddNewRowSelectorImageCssClassThe CSS classes that will be applied to the AddNewRow's Row Selector image.
AddNewRowTopThe CSS classes that will be applied to the AddNewRow when it is at the top.
CountThe amount of roles defined on the RowAdding object.
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