Spread Windows Forms 11.0 Product Documentation
SideButtons Property (GcTimeSpanCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTimeSpanCellType Class : SideButtons Property
Gets a collection of side buttons.
Syntax
'Declaration
 
Public Property SideButtons As SideButtonCollectionInfo
'Usage
 
Dim instance As GcTimeSpanCellType
Dim value As SideButtonCollectionInfo
 
instance.SideButtons = value
 
value = instance.SideButtons
public SideButtonCollectionInfo SideButtons {get; set;}

Property Value

A SideButtonCollection value that indicates the collection.
Remarks
The SideButtons can be added or removed. Buttons include DropDownButton, SpinButton, SideButton, and SymbolButton.
See Also

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members