Gets or sets the drop mode indicating how the content should be added to the grid during drag and drop operation.
Namespace: Dapfor.Net.UiAssembly: 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:
GridDropModeThe drop mode.
See Also