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

SchedulerFormEventArgs.Container Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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