AppointmentInplaceEditorEventArgs.Container Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentInplaceEditorTemplateContainer Container { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
See Also