InplaceEditorEventArgs(Appointment) Constructor
Initializes new instance of the InplaceEditorEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | A Appointment object that is the appointment for which the editor is invoked. |
See Also