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

GotoDateFormEventArgs.Container Property

Gets or sets the object that will function as a container for an instance of the template used to render the GotoDate form.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public GotoDateFormTemplateContainer Container { get; set; }

Property Value

Type Description
GotoDateFormTemplateContainer

A GotoDateFormTemplateContainer object, representing a container for the templates that are used to render a GotoDate form.

See Also