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

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