Version

RowEditingRoles Enumeration

Roles defined for the ig_dataGrid.css file.
Syntax
'Declaration
 
Public Enum RowEditingRoles 
   Inherits System.Enum
public enum RowEditingRoles : System.Enum 
Members
MemberDescription
ButtonRole applied to button of row editing dialog.
ButtonFocusRole applied to button in focus state of row editing dialog.
ButtonHoverRole applied to button in hover state of row editing dialog.
CancelRole applied to Done button of row editing dialog.
ContainerRole applied to container of editing row.
CountThe number of app styling roles
DialogRole applied to row editing dialog.
DoneRole applied to Done button of row editing dialog.
TDRole applied to each td of cell in editing row.
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