Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / DropDownCalculator Property


In This Topic
    DropDownCalculator Property (GcNumberCellType)
    In This Topic
    Gets the DropDownCalculator instance which the user can use to customize the drop-down calculator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DropDownCalculator As DropDownCalculatorInfo
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As DropDownCalculatorInfo
     
    value = instance.DropDownCalculator
    public DropDownCalculatorInfo DropDownCalculator {get;}

    Property Value

    A DropDownCalculator instance.
    Remarks
    The drop-down calculator control can be customized by setting this DropDownCalculator property.
    See Also