[]
Gets or sets a value indicating whether a drag and drop should be enable or not.
public bool EnableDragDrop { get; set; }
Set the AllowDrop to true to enable this property.
c1FilterEditor.AllowDrop = true;
c1FilterEditor.EnableDragDrop = true;