Gets or sets
effects permitted by the source grid.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public DragDropEffects AllowedDragEffects { get; set; } |
| Visual Basic |
|---|
Public Property AllowedDragEffects As DragDropEffects
Get
Set |
| Visual C++ |
|---|
public:
property DragDropEffects AllowedDragEffects {
DragDropEffects get ();
void set (DragDropEffects value);
} |
| F# |
|---|
member AllowedDragEffects : DragDropEffects with get, set
|
Property Value
Type:
DragDropEffectsThe allowed drag effects.
See Also