Gets or sets the value of the control.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
|