Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateFieldInfo Class
Members


In This Topic
    DateFieldInfo Class
    In This Topic
    Represents the DateFieldInfo class used to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.
    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
    See Also