Click or drag to resize
GridDragDropColumn Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridDragDropColumn

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridDragDropColumn : GridColumn

The GridDragDropColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridDragDropColumn
Top
Methods
Properties
  NameDescription
Public propertyDragImageUrl
Gets or sets the URL of the drag image that will be displayed instead of the default Drag image for the GridDragDropColumn
Public propertyGroupable (Overrides GridColumnGroupable.)
Public propertyResizable (Overrides GridColumnResizable.)
Public propertyUniqueName
Gets or sets the unique name for this column
(Overrides GridColumnUniqueName.)
Top
See Also