ASPxSchedulerDataInsertedEventArgs.KeyFieldValue Property
Gets or sets the value of the key field for the appointment’s data record.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Object | A Object, representing a value of the key field. |
Remarks
Use this property to manually set the key field value for the appointment’s data record if the data provider employs its own mechanism for calculating the ID value (e.g. autoincremented key field). Refer to the How to: Bind an ASPxScheduler to MS SQL Server Database (Step-by-Step Guide) document for a usage example.
See Also