Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / DisplayFields Property


In This Topic
DisplayFields Property (GcDateTime)
In This Topic
Gets the display fields of the GcDateTime control.
Syntax
'Declaration
 
Public ReadOnly Property DisplayFields As DateTimeDisplayFieldCollection
 
'Usage
 
Dim instance As GcDateTime
Dim value As DateTimeDisplayFieldCollection
 
value = instance.DisplayFields

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.Fields.DateTimeDisplayFieldCollection object that indicates the collection of the display fields.
Remarks
This property determines how to display the Value of this control when the control does not have input focus.
See Also