Spread Windows Forms 12.0 Product Documentation
ValidateMode Property (GcTimeSpanCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTimeSpanCellType Class : ValidateMode Property
Gets or sets the validate mode.
Syntax
'Declaration
 
Public Property ValidateMode As ValidateMode
'Usage
 
Dim instance As GcTimeSpanCellType
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

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members