Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SliderCellType Class / Decimals Property
Example


In This Topic
    Decimals Property
    In This Topic
    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;}

    Property Value

    Integer number of decimal digits
    Remarks
    A value of 0 means an integer value.
    Example
    See Also