[]
Represents customization parameters for input of DateTime tag values.
public class TagDateTimeInputParams : TagInputParams, ICloneable
| Name | Description |
|---|---|
| TagDateTimeInputParams() | Initializes a new instance of the TagDateTimeInputParams class. |
| TagDateTimeInputParams(DateTime, DateTime, DateTimePickerFormat, string) | Initializes a new instance of the TagDateTimeInputParams class. |
| TagDateTimeInputParams(DateTimePickerFormat, string) | Initializes a new instance of the TagDateTimeInputParams class. |
| Name | Description |
|---|---|
| CustomFormat | Gets or sets the custom date/time format string. |
| Format | Gets or sets the format to use in the date/time picker. |
| MaxDate | Gets or sets the maximum allowed date. |
| MinDate | Gets or sets the minimum allowed date. |
| Name | Description |
|---|---|
| AssignFrom(TagInputParams) | Copies the properties of the specified object to the current object. |
| CheckValue(Control, Tag, ref string) | Checks the value contained in the control. |
| ControlValueToTag(Control, Tag) | Copies the value from the control to the tag. |
| CreateControl(Tag, int) | Creates a DateTimePicker. |
| TagValueToControl(Control, Tag) | Copies the value from the tag to the control. |