Gets or sets effects permitted by the source 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 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: DragDropEffects
The allowed drag effects.

See Also