Spread Windows Forms 12.0 Product Documentation
AllowDrop Property (DropDownInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownInfo Class : AllowDrop Property
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

Reference

DropDownInfo Class
DropDownInfo Members