Gets or sets the object that will function as a container for an instance of the template used to render the inplace editing form.
Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public AppointmentInplaceEditorTemplateContainer Container { get; set; }
|
VB |
Public Property Container As AppointmentInplaceEditorTemplateContainer
|
Property value
Type:
AppointmentInplaceEditorTemplateContainer
A AppointmentInplaceEditorTemplateContainer object, representing a container for the templates that are used to render a form.

See Also