Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMaskCellType Class / Fields Property


In This Topic
    Fields Property (GcMaskCellType)
    In This Topic
    Gets the fields of the MaskFieldCollection.
    Syntax
    'Declaration
     
    
    Public Property Fields As MaskFieldCollectionInfo
    'Usage
     
    
    Dim instance As GcMaskCellType
    Dim value As MaskFieldCollectionInfo
     
    instance.Fields = value
     
    value = instance.Fields
    public MaskFieldCollectionInfo Fields {get; set;}

    Property Value

    A FieldCollection that represents the items in the GcMask.
    Remarks
    This property determines how to display the GrapeCity.Win.Value of this control.
    See Also