[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskPatternField.Pattern

Pattern Property

Pattern

Gets the pattern of MaskPatternField. This is a dependency property.

Declaration
public string Pattern { get; set; }
Public Property Pattern As String
Property Value
Type Description
string

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

Exceptions
Type Condition
ArgumentException

When set null or invalid pattern string.