IViewManagerShowDateNumpadPopup Method |
Shows date selection dialog with numpad.
Namespace: Resto.Front.Api.UIAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxDateTime? ShowDateNumpadPopup(
DateTime selectedDate,
string title,
string okBtnText = null,
string cancelBtnText = null
)
Parameters
- selectedDate DateTime
- Date that will be selected when showing the popup.
- title String
- Dialog title.
- okBtnText String (Optional)
- Ok button text.
- cancelBtnText String (Optional)
- Cancel button text.
Return Value
NullableDateTimeSelected date
null if cancelled.
See Also