[]
        
(Showing Draft Content)

C1.Win.DataFilter.C1FilterEditor.EnableDragDrop

EnableDragDrop Property

EnableDragDrop

Gets or sets a value indicating whether a drag and drop should be enable or not.

Declaration
public bool EnableDragDrop { get; set; }
Remarks

Set the AllowDrop to true to enable this property.

c1FilterEditor.AllowDrop = true;
c1FilterEditor.EnableDragDrop = true;