ASPxSchedulerDataUpdatingEventArgs.OldValues Property
In This Article
Provides access to the collection of values before modification of the appointment’s data fields.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public OrderedDictionary OldValues { get; }
#Property Value
Type | Description |
---|---|
Ordered |
A Ordered |
#Remarks
The OldValues property provides access to former values of the appointment fields before the data is updated.
See Also