Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / DisplayFields Property


In This Topic
    DisplayFields Property (GcNumberCellType)
    In This Topic
    Gets the display fields of the GcNumberCellType object.
    Syntax
    'Declaration
     
    
    Public Property DisplayFields As NumberDisplayFieldCollectionInfo
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As NumberDisplayFieldCollectionInfo
     
    instance.DisplayFields = value
     
    value = instance.DisplayFields
    public NumberDisplayFieldCollectionInfo DisplayFields {get; set;}

    Property Value

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