Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataDeletingEventArgs.Values Property

Provides access to the collection of values for the appointment’s data fields.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public OrderedDictionary Values { get; }

Property Value

Type Description
OrderedDictionary

A OrderedDictionary object, representing a collection of data field name/value pairs.

Remarks

The Values property provides access to values of the appointment’s fields before the appointment is deleted.

See Also