Name | Description | |
---|---|---|
![]() | NDateTimePropertyEditor Constructor | Default constructor. |
The following tables list the members exposed by NDateTimePropertyEditor.
Name | Description | |
---|---|---|
![]() | NDateTimePropertyEditor Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | FormatProperty | Reference to the Format property. |
![]() ![]() | LongDateLongTimeTemplate | A date time editor, which edits both date and time and the date and time are displayed using the long date and long time format ("F"). |
![]() ![]() | LongDateTemplate | A date time editor, which edits a date and the date is displayed using the long date format ("D"). |
![]() ![]() | ModeProperty | Reference to the Mode property. |
![]() ![]() | MonthAndYearTemplate | A date time editor, which edits a month and an year. |
![]() ![]() | NDateTimePropertyEditorSchema | Schema associated with NDateTimePropertyEditor. |
![]() ![]() | ShortDateLongTimeTemplate | A date time editor, which edits both date and time and the date and time are displayed in the date time box using the short date and time format ("G"). |
![]() ![]() | ShortDateTemplate | A date time editor, which edits a date and the date is displayed using the short date format ("d"). |
![]() ![]() | TimeTemplate | A date time editor, which edits a time. |
Name | Description | |
---|---|---|
![]() | Format | Gets/Sets the format of the date time box value control. |
![]() | Mode | Gets/Sets the mode of the date time box value control. |
Name | Description | |
---|---|---|
![]() | CreateValueControl | Overridden. Overriden to create a date time box. |
![]() | OnDateTimeBoxSelectedDateChanged | Called when the selected date of the date time box has changed. |
![]() | OnUpdateFromEditedNode | Overridden. Updates the value control from the edited node. |