Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / ValidateMode Property


In This Topic
    ValidateMode Property (GcTimeSpan)
    In This Topic
    Gets or sets the validate mode.
    Syntax
    'Declaration
     
    
    Public Property ValidateMode As ValidateMode
    'Usage
     
    
    Dim instance As GcTimeSpan
    Dim value As ValidateMode
     
    instance.ValidateMode = value
     
    value = instance.ValidateMode
    public ValidateMode ValidateMode {get; set;}

    Property Value

    One of the ValidateModeEx enumeration values. The default is ValidateModeEx.ValidateEx.
    Exceptions
    ExceptionDescription
    A value that is not within the range of valid values for the enumeration was assigned to the property.
    Remarks
    The property retrieves the validate mode.
    See Also