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


In This Topic
    ValidateMode Property (GcTimeSpanEditingControl)
    In This Topic
    Gets or sets the validate mode.
    Syntax
    'Declaration
     
    
    Public Property ValidateMode As ValidateMode
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
    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.
    Remarks
    The property retrieves the validate mode.
    See Also