Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / Fields Property


In This Topic
    Fields Property (GcDateTimeCellType)
    In This Topic
    A GrapeCity.Win.Spread.InputMan.CellType.DateFieldCollection that represents the items in the GcDateTime object.
    Syntax
    'Declaration
     
    
    Public Property Fields As DateTimeFieldCollectionInfo
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As DateTimeFieldCollectionInfo
     
    instance.Fields = value
     
    value = instance.Fields
    public DateTimeFieldCollectionInfo Fields {get; set;}

    Property Value

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