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


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

    Property Value

    A GrapeCity.Windows.InputMan.Fields.Primitives.Field value indicates the active field.
    Remarks
    An active field means which field is current input field.
    See Also