Spread Windows Forms 12.0 Product Documentation
Fields Property (GcMaskCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcMaskCellType Class : Fields Property
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

Reference

GcMaskCellType Class
GcMaskCellType Members