Spread for ASP.NET 12 Product Documentation
Decimals Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SliderCellType Class : Decimals Property
Gets or sets the number of decimal digits in the slider value.
Syntax
'Declaration
 
Public Property Decimals As Integer
'Usage
 
Dim instance As SliderCellType
Dim value As Integer
 
instance.Decimals = value
 
value = instance.Decimals
public int Decimals {get; set;}
Remarks
A value of 0 means an integer value.
See Also

Reference

SliderCellType Class
SliderCellType Members