Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownInfo Class / AllowDrop Property


In This Topic
    AllowDrop Property (DropDownInfo)
    In This Topic
    Gets or sets a value that indicates whether to allow drop.
    Syntax
    'Declaration
     
    
    Public Property AllowDrop As Boolean
    'Usage
     
    
    Dim instance As DropDownInfo
    Dim value As Boolean
     
    instance.AllowDrop = value
     
    value = instance.AllowDrop
    public bool AllowDrop {get; set;}

    Property Value

    true to allow drop; otherwise, false.
    The default is true.
    See Also