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


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

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