Click or drag to resize

IViewManagerShowCalendarPopup Method

Shows date selection dialog with calendar.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
DateTime? ShowCalendarPopup(
	DateTime selectedDate,
	string title,
	DateTime minDate,
	DateTime maxDate
)

Parameters

selectedDate
Type: SystemDateTime
Date that will be selected when showing the popup.
title
Type: SystemString
Dialog title.
minDate
Type: SystemDateTime
Minimal date.
maxDate
Type: SystemDateTime
Maximal date.

Return Value

Type: NullableDateTime
Selected date null if cancelled.
See Also