[]
Displays and edits the date type of data.
[TemplatePart(Name = "Content", Type = typeof(C1DateTimePicker))]
public class C1InputDateTimePicker : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| C1InputDateTimePicker() | Initializes a new instance of a C1InputDateTimePicker. |
| Name | Description |
|---|---|
| AllowNullProperty | Identifies the AllowNull dependency property. |
| EditModeProperty | Identifies the "EditMode" dependency property. |
| Name | Description |
|---|---|
| AllowNull | Gets or sets a value indicating whether the editing control allows null values. |
| EditMode | Determines the C1DateTimePicker edit mode. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1InputDateTimePicker control when a new template is applied. |