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


In This Topic
    DisplayFields Property (GcTimeSpanEditingControl)
    In This Topic
    Gets the display fields of the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DisplayFields As TimeSpanDisplayFieldCollection
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
    Dim value As TimeSpanDisplayFieldCollection
     
    value = instance.DisplayFields
    public TimeSpanDisplayFieldCollection DisplayFields {get;}

    Property Value

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