Spread for ASP.NET 12 Product Documentation
ButtonType Property (CommandBarInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CommandBarInfo Class : ButtonType Property
Gets or sets the type of button on the command bar of the Spread component.
Syntax
'Declaration
 
Public Property ButtonType As ButtonType
'Usage
 
Dim instance As CommandBarInfo
Dim value As ButtonType
 
instance.ButtonType = value
 
value = instance.ButtonType
public ButtonType ButtonType {get; set;}
See Also

Reference

CommandBarInfo Class
CommandBarInfo Members