ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1FilterEditor Class / AllowDragDrop Property

In This Topic
    AllowDragDrop 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 AllowDragDrop As Boolean
    public bool AllowDragDrop {get; set;}
    See Also