Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / DropDownCalculator Property


In This Topic
    DropDownCalculator Property (GcNumberEditingControl)
    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 GcNumberEditingControl
    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