Version

WebDataGridColumnMovingRoles Enumeration

Roles defined for the ig_dataGrid.css file.
Syntax
'Declaration
 
Public Enum WebDataGridColumnMovingRoles 
   Inherits System.Enum
public enum WebDataGridColumnMovingRoles : System.Enum 
Members
MemberDescription
BottomDragIndicatorThe css class that will be applied to bottom drop indicator that appears on the screen during a column move.
CountThe amount of roles defined on the ColumnMoving object.
DragMarkupThe css class used to style the DragMarkup. If the default drag markup is used this class will be applied in addition to the styles already applied to the header, if the dragmarkup is replaced only the DragMarkupCssClass will be used.
MiddleDragIndicatorThe css class that will be applied to middle drop indicator that appears on the screen during a column move.
TopDragIndicatorThe css class that will be applied to top drop indicator that appears on the screen during a column move.
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