[]
Represents DateInputField class to define input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.
public abstract class DateInputField : DateField, INamedObject
Public MustInherit Class DateInputField
Inherits DateField
Implements INamedObject
| Name | Description |
|---|---|
| DateInputField() | Initializes a new instance of the DateInputField class. |
| Name | Description |
|---|---|
| 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 |
|---|---|
| SpinDown() | Perform spin down behavior. |
| SpinDown(int) | Perform spin down with the specified increment parameters. |
| SpinUp() | Perform spin up behavior. |
| SpinUp(int) | Perform spin up with the specified increment parameters. |