Spread Windows Forms 12.0 Product Documentation
Pattern Property (MaskPatternFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > MaskPatternFieldInfo Class : Pattern Property
Gets the pattern of the field.
Syntax
'Declaration
 
Public Property Pattern As String
'Usage
 
Dim instance As MaskPatternFieldInfo
Dim value As String
 
instance.Pattern = value
 
value = instance.Pattern
public string Pattern {get; set;}

Property Value

A System.String value indicates the pattern.
The default is System.String.Empty.
Remarks
The property retrieves the pattern of the MaskPatternField when the GrapeCity.Win.Spread.InputMan.CellType.GcMask hasn't the input focus.
See Also

Reference

MaskPatternFieldInfo Class
MaskPatternFieldInfo Members