Gets or sets the drop mode indicating how the content should be added to the grid during drag and drop operation.

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

Syntax

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

Property Value

Type: GridDropMode
The drop mode.

See Also