Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateFieldSet Class / Fields Property


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

    Property Value

    A DateFieldCollection represents the fields in the GcDateTime.
    See Also