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


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

    Property Value

    An GrapeCity.Win.Views.TimeSpanFieldCollection representing the items in the GcTimeSpan.
    Remarks
    This property determines how to display the Value of this control.
    See Also