Spread Windows Forms 12.0 Product Documentation
DateFieldInfo Class
Members 


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

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldInfo
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateFieldInfo
         GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputFieldInfo
         GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralFieldInfo

See Also

Reference

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