Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / AllowDrop Property


In This Topic
    AllowDrop Property (EditingElement)
    In This Topic
    Syntax
    'Declaration
     
    Public Property AllowDrop As Boolean
    'Usage
     
    Dim instance As EditingElement
    Dim value As Boolean
     
    instance.AllowDrop = value
     
    value = instance.AllowDrop
    public bool AllowDrop {get; set;}
    See Also