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


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

    Property Value

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