| GridDragDropColumnDragImageUrl Property  | 
          
        
        
        
            Gets or sets the URL of the drag image that will be displayed 
            instead of the default Drag image for the GridDragDropColumn
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string DragImageUrl { get; set; }Public Overridable Property DragImageUrl As String
	Get
	Set
public:
virtual property String^ DragImageUrl {
	String^ get ();
	void set (String^ value);
}abstract DragImageUrl : string with get, set
override DragImageUrl : string with get, set
Property Value
Type: 
String
See Also