Name | Description | |
---|---|---|
NDateTimeBox Constructor | Default constructor. |
The following tables list the members exposed by NDateTimeBox.
Name | Description | |
---|---|---|
NDateTimeBox Constructor | Default constructor. |
Name | Description | |
---|---|---|
CultureNameProperty | Reference to the CultureName property. | |
FormatProperty | Reference to the Format property. | |
HasTodayButtonProperty | Reference to the HasTodayButton property. | |
HighlightTodayProperty | Reference to the HighlightToday property. | |
ModeProperty | Reference to the Format property. | |
NDateTimeBoxSchema | Schema associated with NDateTimeBox. | |
SelectedDateProperty | Reference to the SelectedDate property. | |
TextBoxChild | Reference to the TextBox child. |
Name | Description | |
---|---|---|
CultureInfo | Gets the culture info, defined by the culture name property | |
CultureName | Gets or sets the name of the culture that needs to be used when displaying this calendar. If set to an empty string, the default culture is used. | |
Format | Gets or sets the date/time format string. | |
HasTodayButton | Determines whether a "Show Today" button is shown or not. | |
HighlightToday | Determines whether to highlight today's date or not. | |
Mode | Gets or sets the date time format. | |
SelectedDate | Gets or sets the currently selected date. | |
ShowText | Gets or sets whether to show the text part of the date time box. | |
TextBox | Gets or sets the text box showing the currently selected date. |
Name | Description | |
---|---|---|
AccumulateDisplayChildren | Overridden. Appends the displayable children of the node to the provided list | |
CanCopy | Determines whether the Copy operation can be performed. | |
CanCut | Determines whether the Cut operation can be performed. | |
CanPaste | Determines whether the Paste operation can be performed. | |
Copy | Copies the currently selected content on the clipboard. | |
Cut | Cuts the currently selected content on the clipboard. | |
GetFormatStringFromMode | Gets the date/time pattern string corresponding to the current date/time box mode with respect to the CultureInfo property. | |
Paste | Pastes the content from the clipboard. |
Name | Description | |
---|---|---|
ArrangeItem | Overridden. Overriden to layout the item slot. | |
CreateCalendar | Creates the calendar (day selector) of the drop down. | |
CreateMonthAndYearSelector | Creates the month selector for a Month and Year date format. | |
CreateOkCancelButtonStrip | ||
CreatePopupContent | Overridden. Overriden to create the popup content. | |
CreateTimeSelector | Creates the time selector of the drop down. | |
CreateTodayButton | ||
MeasureItem | Overridden. Overriden to measure the item slot. | |
OnCalendarMouseUp | Called when the mouse button has been released over the drop down calendar. | |
OnCultureNameChanged | Called when the current culture has changed. | |
OnFormatChanged | Called when the date/time box format has changed. | |
OnModeChanged | Called when the date/time box mode has changed. | |
OnOkButtonClick | Called when the "OK" button has been clicked. | |
OnPopupClosed | Overridden. Called when the drop down has been closed. | |
OnSelectedDateChanged | Called when the current culture has changed. | |
OnTodayButtonClick | Called when the "Today" button has been clicked. | |
UpdateTextFromSelectedDate | Updates the text from the date |
Name | Description | |
---|---|---|
SelectedDateChanged | UI event, which occurs when the user selects a new date. |