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


DefaultActiveField Property (GcDateTime)
Gets or sets the default active field of the control.
Syntax
'Declaration
 
Public Property DefaultActiveField As DateField
 
'Usage
 
Dim instance As GcDateTime
Dim value As DateField
 
instance.DefaultActiveField = value
 
value = instance.DefaultActiveField

Property Value

A GrapeCity.Win.Views.Field value that indicates the default active field.
Exceptions
ExceptionDescription
The specified field does not exist in the FieldCollection.
Remarks
When the control gets focus, the default active field gets the focus and caret first.
See Also