Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / DisplayFields Property


In This Topic
    DisplayFields Property (GcNumber)
    In This Topic
    Gets the display fields of the GcNumber control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DisplayFields As NumberDisplayFieldCollection
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As NumberDisplayFieldCollection
     
    value = instance.DisplayFields
    public NumberDisplayFieldCollection DisplayFields {get;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayFieldCollection object indicates collection of the display fields.
    Remarks
    This property determines how to display the Value of this control without input focus.
    See Also