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