Enum DxGridRowDragging.DropFeedbackMode
Specifies how to highlight the row's drop position.
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public enum DropFeedbackMode
Fields
Name | Description |
---|---|
indicate | Rows do not animate, a blue square appears at the place where the dragged row is going to be placed. |
push | Rows move apart with animation, making free space for the dragged row to be placed. |