Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public object KeyFieldValue { get; set; }

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