SchedulerFormEventArgs.Container Property
Gets or sets the container in which the template is instantiated.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerFormTemplateContainer | An instance of class which inherits from the TemplateContainerBase class, representing a template container. |
See Also