[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskLiteralFieldInfo

MaskLiteralFieldInfo Class

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

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

Constructors

Name Description
MaskLiteralFieldInfo()

Initializes a new instance of the MaskLiteralFieldInfo class.

MaskLiteralFieldInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

MaskLiteralFieldInfo(string)

Initializes a new instance of the MaskLiteralFieldInfo class.

Properties

Name Description
Text

Gets or sets the literal text of the field.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.