Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / DefaultActiveField Property


In This Topic
    DefaultActiveField Property (GcDateTimeCellType)
    In This Topic
    Gets or sets the default active field of the cell.
    Syntax
    'Declaration
     
    
    Public Property DefaultActiveField As DateFieldInfo
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As DateFieldInfo
     
    instance.DefaultActiveField = value
     
    value = instance.DefaultActiveField
    public DateFieldInfo DefaultActiveField {get; set;}

    Property Value

    A GrapeCity.Win.Views.Field value that indicates the default active field.
    Exceptions
    Remarks
    When the cell enters edit mode, the default active field gets the focus and caret first.
    See Also