MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.Maximum Property

See Also
 





Gets or sets the maximum possible value.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public double Maximum { get; set; }

Visual Basic  Copy Code

Public Property Maximum As Double

 Property Value

Type: Double
An instance of the System.Double structure specifying the maximum possible value. Default value is 100.0.

 See Also