[]
Gets or sets the maximum length of the MaskPatternField. This is a dependency property.
public int MaxLength { get; set; }
Public Property MaxLength As Integer
| Type | Description |
|---|---|
| int | An int value indicates the maximum length. The default value is MaxValue. |