[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputDisplayFieldInfo

TimeSpanInputDisplayFieldInfo Class

Represents TimeSpanInputDisplayFieldInfo class to display fields for the GcTimeSpanCellType control.

Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public abstract class TimeSpanInputDisplayFieldInfo : TimeSpanDisplayFieldInfo, INamedObject, ISerializable, ISerializeSupport
Public MustInherit Class TimeSpanInputDisplayFieldInfo
    Inherits TimeSpanDisplayFieldInfo
    Implements INamedObject, ISerializable, ISerializeSupport
Remarks

This class represents a base inputable field that can accepted by the GcTimeSpanCellType control.

Constructors

Name Description
TimeSpanInputDisplayFieldInfo()

Default constructor

TimeSpanInputDisplayFieldInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Digits

Gets or sets the digits of the field.

PromptChar

Gets or sets the prompt char of the field.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.