[]
        
(Showing Draft Content)

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

MaskPatternFieldInfo Class

Represents MaskPatternFieldInfo class to define pattern fields for the GcMaskCellType control.

Inheritance
MaskPatternFieldInfo
Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class MaskPatternFieldInfo : MaskFieldInfo, INamedObject, INotifyPropertyChanged, ISerializable, ISerializeSupport
Public Class MaskPatternFieldInfo
    Inherits MaskFieldInfo
    Implements INamedObject, INotifyPropertyChanged, ISerializable, ISerializeSupport

Constructors

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.

Properties

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.

Methods

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.