Gets or sets effects permitted by the target grid.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public DragDropEffects AllowedDropEffects { get; set; }
Visual Basic
Public Property AllowedDropEffects As DragDropEffects
	Get
	Set
Visual C++
public:
property DragDropEffects AllowedDropEffects {
	DragDropEffects get ();
	void set (DragDropEffects value);
}
F#
member AllowedDropEffects : DragDropEffects with get, set

Property Value

Type: DragDropEffects
The allowed drop effects.

See Also