SchedulerFormEventArgs.Container Property
In This Article
Gets or sets the container in which the template is instantiated.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public SchedulerFormTemplateContainer Container { get; set; }
#Property Value
Type | Description |
---|---|
Scheduler |
An instance of class which inherits from the Template |
See Also