DateFormField
Leave feedback
On this page
Represents a form field that displays a date.
public sealed class DateFormField : IFormField
| Name | Description |
|---|---|
| DateFormField(string, string) | Initializes a new instance of the DateFormField class with the specified stylesheet and name. |
| Name | Description |
|---|---|
| HelpText { get; set; } | Gets or sets the help text associated with the form field, the source of the text that’s displayed in a message box when a form field has the focus and the user presses F1. |
| LocaleId { get; set; } | Gets or sets the locale ID of the form field, which represents the culture or regional settings associated with the form field. |
| Name { get; } | Gets the name of the form field. |
| Readonly { get; set; } | Gets or sets a value indicating whether the form field is read-only. |
| StatusText { get; set; } | Gets or sets the status text associated with the form field, the source of the text that’s displayed in the status bar when a form field has the focus. |
| Stylesheet { get; } | Gets the stylesheet applied to the form field. |
| Type { get; } | Gets the type of the form field, which is always FormFieldType.Date for this class. |
| Value { get; set; } | Gets or sets the value of the form field, which represents a date. |
- interface IFormField
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.