[]
Represents TimeSpanInputFieldInfo class to define fields for the GcTimeSpanCellType control.
public abstract class TimeSpanInputFieldInfo : TimeSpanFieldInfo, INamedObject, INotifyPropertyChanged, ISerializable, ISerializeSupport
Public MustInherit Class TimeSpanInputFieldInfo
Inherits TimeSpanFieldInfo
Implements INamedObject, INotifyPropertyChanged, ISerializable, ISerializeSupport
This class represents a base inputable field that can accepted by the GcTimeSpanCellType control.
| Name | Description |
|---|---|
| TimeSpanInputFieldInfo() | Default constructor |
| TimeSpanInputFieldInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| 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. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |