GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Minimum Property
In This Topic
    Minimum Property (GoText)
    In This Topic
    When the EditorStyle is GoTextEditorStyle.NumericUpDown, this specifies the minimum value.
    Syntax
    [Category("Behavior")]
    [DefaultValue(0)]
    [Description("The minimum value that the user can choose")]
    public int Minimum {get; set;}

    Property Value

    This defaults to zero.
    See Also