Spread Windows Forms 12.0 Product Documentation
DateField Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : DateField Class
Represents DateField class to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
DateField Class
Syntax
'Declaration
 
Public MustInherit Class DateField 
   Inherits Field
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
'Usage
 
Dim instance As DateField
public abstract class DateField : Field, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
Remarks
This class represents base class for a type of fields that can accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.
Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField
         GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField
         GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralField

See Also

Reference

DateField Members
GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace