ASP.NET Pack Programmer's Guide
NumericUpDown.Value Property
See Also
 





Gets or sets the value of the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Nullable<Double> Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Nullable(Of Double)

 Property Value

Type: Nullable(Double)
An instance of the System.Nullable(Double) structure. Default value is null (Nothing in VB.NET).

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace