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


In This Topic
    MaxValue Property (GcTimeSpanEditingControl)
    In This Topic
    Gets or sets the maximum allowable value when spin the control by field or value.
    Syntax
    'Declaration
     
    
    Public Property MaxValue As TimeSpan
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
    Dim value As TimeSpan
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public TimeSpan MaxValue {get; set;}

    Property Value

    A System.TimeSpan value indicates the maximum allowable value.
    See Also