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


In This Topic
    DisplayFields Property (GcDateTimeCellType)
    In This Topic
    Gets the display fields of the GcDateTimeCellType object.
    Syntax
    'Declaration
     
    
    Public Property DisplayFields As DateTimeDisplayFieldCollectionInfo
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As DateTimeDisplayFieldCollectionInfo
     
    instance.DisplayFields = value
     
    value = instance.DisplayFields
    public DateTimeDisplayFieldCollectionInfo DisplayFields {get; set;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.DateDisplayFieldCollection object that indicates the collection of the display fields.
    Remarks
    This property determines how to display the Value of this control without input focus.
    See Also