ASPxSchedulerDataInsertedEventArgs.NewValues Property
Provides access to the collection of values for the appointment’s data fields.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
OrderedDictionary | A OrderedDictionary object, representing a collection of data field name/value pairs. |
Remarks
The NewValues property provides access to the values of the appointment’s fields after data insertion has been accomplished.
See Also