Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / ActiveField Property


In This Topic
    ActiveField Property (GcDateTime)
    In This Topic
    Gets the current active field of the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActiveField As DateField
    'Usage
     
    Dim instance As GcDateTime
    Dim value As DateField
     
    value = instance.ActiveField
    public DateField ActiveField {get;}

    Property Value

    A GrapeCity.Windows.InputMan.Fields.DateField value indicates the current active field.
    Remarks
    This property returns a value indicates the current active field. It should be the only active field in the field collection of GcDateTime.
    See Also