Skip to main content
A newer version of this page is available. .

MVCxSchedulerOptionsForms.AppointmentInplaceEditorFormRouteValues Property

Gets or sets the route values for the inplace editor form template.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public object AppointmentInplaceEditorFormRouteValues { get; set; }

Property Value

Type Description
Object

An object whose properties are used to construct the RouteValueDictionary instance.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppointmentInplaceEditorFormRouteValues
MVCxScheduler
.OptionsForms.AppointmentInplaceEditorFormRouteValues
SchedulerSettings
.OptionsForms.AppointmentInplaceEditorFormRouteValues

Remarks

An object passed to the method is used to construct the System.Web.Routing.RouteValueDictionary class instance. Then, a fully qualified URL for the specified route values is generated and used to retrieve a form template.

See Also