Click or drag to resize

EditableGridDraggableColumns Enumeration

Represents a type of the row draggable behaviour.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public enum DraggableColumns
Members
  Member nameValueDescription
First1 Only first column is draggable.
All2 All columns are draggable.
Last3 Only last column is draggable.
Remarks