Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanEditingControl Class / Value Property


In This Topic
    Value Property (GcTimeSpanEditingControl)
    In This Topic
    Gets or sets the Nullable value assigned to the control.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of TimeSpan)
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
    Dim value As Nullable(Of TimeSpan)
     
    instance.Value = value
     
    value = instance.Value
    public Nullable<TimeSpan> Value {get; set;}

    Property Value

    The Nullable value assign to the control. The default is zero.
    Remarks
    This property retrieves the value that made of all chars in fields and exclude literals. No matter what fields this control has, this Value is always same.
    See Also