Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateField Class
Members


In This Topic
    DateField Class
    In This Topic
    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.
    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
    See Also