[]
Represents MaskPatternFieldInfo class to define pattern fields for the GcMaskCellType control.
public class MaskPatternFieldInfo : MaskFieldInfo, INamedObject, INotifyPropertyChanged, ISerializable, ISerializeSupport
Public Class MaskPatternFieldInfo
Inherits MaskFieldInfo
Implements INamedObject, INotifyPropertyChanged, ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| MaskPatternFieldInfo() | Initializes a new instance of the MaskPatternFieldInfo class. |
| MaskPatternFieldInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| MaskPatternFieldInfo(string, int, int) | Initializes a new instance of the MaskPatternFieldInfo class. |
| Name | Description |
|---|---|
| AutoConvert | Gets or sets a value indicating whether the field can auto convert. |
| MaxLength | Gets or sets the maximum length of the MaskPatternFieldInfo. |
| MinLength | Gets or sets the minimum length of the MaskPatternFieldInfo. |
| PasswordChar | Gets or sets the password char. |
| Pattern | Gets the pattern of the field. |
| PromptChar | Gets or sets the prompt char of the field. |
| Text | Gets or sets the text of the field. |
| UseSystemPasswordChar | Gets or sets a value indicating whether use system password char. |
| Name | Description |
|---|---|
| Focus() | Sets input focus to the GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskPatternField. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |