BCGControlBar Library for .NET
EnableSelectionByDrag Property




If this property is true, you can select grid items by drag. Otherwise you can implement drag & drop to drag the items or rows.
Syntax
'Declaration
 
Public Property EnableSelectionByDrag As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.EnableSelectionByDrag = value
 
value = instance.EnableSelectionByDrag
public bool EnableSelectionByDrag {get; set;}
public: __property bool get_EnableSelectionByDrag();
public: __property void set_EnableSelectionByDrag( 
   bool value
);
public:
property bool EnableSelectionByDrag {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: 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

Reference

GridControl Class
GridControl Members

Send Feedback