Skip to main content

SchedulerViewBuilder.DropDownAppointmentTemplate(String) Method

OBSOLETE

This Method is obsolete now.

This API is obsolete now.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("")]
public SchedulerViewBuilder DropDownAppointmentTemplate(
    string templateContent
)

Parameters

Name Type Description
templateContent String

The option value.

Returns

Type
SchedulerViewBuilder
See Also