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