ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridNumericColumn Class / Minimum Property

In This Topic
    Minimum Property (DataGridNumericColumn)
    In This Topic
    Gets or sets the minimum value allowed for the C1.Silverlight.C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Property Minimum As Double
    public double Minimum {get; set;}

    Property Value

    The minimum.
    See Also