Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / Fields Property


In This Topic
    Fields Property (GcDateTime)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fields As DateTimeFieldCollection
    'Usage
     
    
    Dim instance As GcDateTime
    Dim value As DateTimeFieldCollection
     
    value = instance.Fields
    public DateTimeFieldCollection Fields {get;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeFieldCollection that represents the items in GcDateTime.
    Remarks
    This property determines how to display and edit the Value of this control.
    See Also