[]
Represents DateEraField class to define Era fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.
public class DateEraField : DateInputField, INamedObject
Public Class DateEraField
Inherits DateInputField
Implements INamedObject
| Name | Description |
|---|---|
| DateEraField() | Initializes a new instance of the DateEraField class. |
| DateEraField(EraPattern) | Initializes a new instance of the DateEraField class. |
| Name | Description |
|---|---|
| AutoDropDown | Gets or sets a bool value which indicates whether auto drop down when focus come to this field. |
| DropDownEnabled | Gets or sets a bool value indicates whether the dropdown function is active. |
| DroppedDown | Gets or sets a bool value indicates whether the dropdown window is showing. |
| Pattern | Gets or sets the pattern of the field. |
| Text | Gets or sets the text of the field. |
| Value | Gets or sets the value of the field. |