Gets or sets a value indicating whether the drag & drop should be procecced manually.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Handled { get; set; } |
Visual Basic |
---|
Public Property Handled As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool Handled {
bool get ();
void set (bool value);
} |
F# |
---|
member Handled : bool with get, set
|
Property Value
Type:
Booleantrue indicates that drag & drop was processed and prevents the grid from other data processing;
false indicates default drag & drop processing.
See Also