PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / MaximumValue Property

In This Topic
    MaximumValue Property
    In This Topic
    Gets or sets the maximum allowed value for the property (applies only to numeric properties).
    Syntax
    'Declaration
     
    
    Public Property MaximumValue As Double
    public double MaximumValue {get; set;}
    See Also