Click or drag to resize

IViewManagerShowDateNumpadPopup Method

Shows date selection dialog with numpad.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
DateTime? ShowDateNumpadPopup(
	DateTime selectedDate,
	string title,
	string okBtnText = null,
	string cancelBtnText = null
)

Parameters

selectedDate
Type: SystemDateTime
Date that will be selected when showing the popup.
title
Type: SystemString
Dialog title.
okBtnText (Optional)
Type: SystemString
Ok button text.
cancelBtnText (Optional)
Type: SystemString
Cancel button text.

Return Value

Type: NullableDateTime
Selected date null if cancelled.
See Also