Spread Windows Forms 10.0 Product Documentation
Pattern Property (MaskPatternFieldInfo)


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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

MaskPatternFieldInfo Class
MaskPatternFieldInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.