DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.8 Assembly / C1.Win.DataFilter Namespace / C1FilterEditor Class / AllowDrop Property

In This Topic
    AllowDrop Property (C1FilterEditor)
    In This Topic
    Gets or sets a value indicating whether the control can accept data that the user drags onto it.
    Syntax
    'Declaration
     
    Public Overrides Property AllowDrop As Boolean
    public override bool AllowDrop {get; set;}

    Property Value

    true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.
    See Also