Skip to main content
All docs
V19.2

MVCxAppointmentStorage.CommitIdToDataSource Property

For internal use. Calls the method of the base class with the same name.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool CommitIdToDataSource { get; set; }

Property Value

Type Description
Boolean

true to pass the IPersistentObject.Id value to the mapped field in the data source; otherwise, false.

See Also