SchedulerFormEventArgs.FormTemplateUrl Property
Gets or sets the Uniform Resource Locator (URL) of the form template.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
String | A string, which represents a template form’s URL. |
Remarks
Specify the FormTemplateUrl property to invoke your custom form based on the template instead of the default one.
See Also