FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / Maximum Property

In This Topic
    Maximum Property (GridNumericColumn)
    In This Topic
    Gets or sets the maximum value accepted.
    Syntax
    'Declaration
     
    Public Property Maximum As Nullable(Of Double)
    public Nullable<double> Maximum {get; set;}
    See Also