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

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