DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 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
    public bool EnableDragDrop {get; set;}
    See Also