Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebAppWidgets<(Of <(<'TPageModel>)>)>..::..DateTimePickerFor Method

DateTimePicker for the property.

Namespace:  Suoranta.WebApp.Kendo
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public DateTimePickerBuilder DateTimePickerFor(
	Expression<Func<TPageModel, Nullable<DateTime>>> property
)

Parameters

property
Type: Expression<(Of <(<'Func<(Of <(<'TPageModel, Nullable<(Of <(<'DateTime>)>)>>)>)>>)>)>

Return Value

DateTimePickerBuilder

Remarks


WebApp.AsyncForm is configured to serialize the field appropriately when it has "kendoDate" as the "data-value-type".