Spread Windows Forms 12.0 Product Documentation
UseDecimalDigit Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > PopUpCalculatorInfo Class : UseDecimalDigit Property
Gets or sets whether to use the DecimalDigit property.
Syntax
'Declaration
 
Public Property UseDecimalDigit As Boolean
'Usage
 
Dim instance As PopUpCalculatorInfo
Dim value As Boolean
 
instance.UseDecimalDigit = value
 
value = instance.UseDecimalDigit
public bool UseDecimalDigit {get; set;}

Property Value

A bool value, true to use the decimal digit; otherwise, false.
The default is false.
See Also

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members