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

    Property Value

    This defaults to 100.
    See Also