C1.Win.DataFilter.8 Assembly / C1.Win.DataFilter Namespace / C1FilterEditor Class / EnableDragDrop Property

In This Topic
EnableDragDrop Property (C1FilterEditor)
In This Topic
Gets or sets a value indicating whether a drag and drop should be enable or not.
Syntax
'Declaration
 
Public Property EnableDragDrop As Boolean
 
Remarks
Set the AllowDrop to true to enable this property. c1FilterEditor.AllowDrop = true; c1FilterEditor.EnableDragDrop = true;
See Also