Spread for ASP.NET 12 Product Documentation
DropDownButton Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterBarCellType Class : DropDownButton Property
Gets or sets a value that indicates whether the drop-down button displays.
Syntax
'Declaration
 
Public Property DropDownButton As Boolean
'Usage
 
Dim instance As FilterBarCellType
Dim value As Boolean
 
instance.DropDownButton = value
 
value = instance.DropDownButton
public bool DropDownButton {get; set;}

Property Value

true if the drop-down button displays; otherwise, false.
See Also

Reference

FilterBarCellType Class
FilterBarCellType Members