[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanInputFieldInfo

TimeSpanInputFieldInfo Class

Represents TimeSpanInputFieldInfo class to define fields for the GcTimeSpanCellType control.

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

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

Constructors

Name Description
TimeSpanInputFieldInfo()

Default constructor

TimeSpanInputFieldInfo(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.

SpinIncrement

Gets or sets the spin increment.

Value

Gets or sets the value of the field.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.