Skip to main content

SchedulerFormEventArgs.Container Property

Gets or sets the container in which the template is instantiated.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public SchedulerFormTemplateContainer Container { get; set; }

Property Value

Type Description
SchedulerFormTemplateContainer

An instance of class which inherits from the TemplateContainerBase class, representing a template container.

See Also