Spread Windows Forms 12.0 Product Documentation
PopUpCalculator Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcNumberCellType Class : PopUpCalculator Property
Gets the PopUpCalculator instance which the user can use to customize the pop-up calculator.
Syntax
'Declaration
 
Public ReadOnly Property PopUpCalculator As PopUpCalculatorInfo
'Usage
 
Dim instance As GcNumberCellType
Dim value As PopUpCalculatorInfo
 
value = instance.PopUpCalculator
public PopUpCalculatorInfo PopUpCalculator {get;}

Property Value

A PopUpCalculator instance.
Remarks
The pop-up calculator control can be customized by setting this PopUpCalculator property.
See Also

Reference

GcNumberCellType Class
GcNumberCellType Members