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

ASPxSchedulerDataDeletingEventArgs.Keys Property

Provides access to the collection of unique IDs for the appointment, which is about to be deleted.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public OrderedDictionary Keys { get; }

Property Value

Type Description
OrderedDictionary

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

See Also