[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskPatternFieldInfo.Pattern

Pattern Property

Pattern

Gets the pattern of the field.

Declaration
[TypeConverter(typeof(MaskFormatPatternTypeConverter))]
public string Pattern { get; set; }
<TypeConverter(GetType(MaskFormatPatternTypeConverter))>
Public Property Pattern As String
Property Value
Type Description
string

A string value indicates the pattern.
The default is Empty.

Remarks

The property retrieves the pattern of the GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskPatternField when the GrapeCity.Win.Spread.InputMan.CellType.GcMask hasn't the input focus.