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


In This Topic
    Fields Property (GcTimeSpanEditingControl)
    In This Topic
    Gets the fields of the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fields As TimeSpanFieldCollection
    'Usage
     
    
    Dim instance As GcTimeSpanEditingControl
    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