Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / Fields Property


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

    Property Value

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