Gets or sets drag and drop settings.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public GridControlDragAndDropSettings SettingsDragAndDrop { get; set; } |
| Visual Basic |
|---|
Public Property SettingsDragAndDrop As GridControlDragAndDropSettings
Get
Set |
| Visual C++ |
|---|
public:
property GridControlDragAndDropSettings^ SettingsDragAndDrop {
GridControlDragAndDropSettings^ get ();
void set (GridControlDragAndDropSettings^ value);
} |
| F# |
|---|
member SettingsDragAndDrop : GridControlDragAndDropSettings with get, set
|
Property Value
Type:
GridControlDragAndDropSettingsDrag and drop settings.
See Also