'Declaration Public Enum WebDataGridEditingCoreRoles Inherits System.Enum
public enum WebDataGridEditingCoreRoles : System.Enum
Member | Description |
---|---|
AddedRow | The CSS class that will be applied to a row that has been added in batch mode. |
AddingRow | The CSS class that will be applied to a row that has been added in batch mode. |
Count | The amount of roles defined on the EditingCore object. |
DeletedRow | The CSS class that will be applied to a row that has been deleted in batch mode. |
UndoButton | The CSS class that will be applied to the undo button input. |
UndoButtonHover | The CSS class that will be applied to the undo button input when hovered. |
UndoButtonPressed | The CSS class that will be applied to the undo button input when pressed. |
UpdatedRow | The CSS class that will be applied to a row that has had its cell values updated in batch mode. |
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