Gets or sets the value of the control. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public Nullable<Double> Value { get; set; } |
Visual Basic
![]() |
---|
Public Property Value As Nullable(Of Double) |
Type: Nullable(Double)
An instance of the System.Nullable(Double) structure. Default value is null (Nothing in VB.NET).