Skip to main content

ASPxAppointmentMappingInfo.GetRequiredMappingNames() Method

Gets an array containing the names of all the ASPxAppointmentMappingInfo object’s properties that have to be bound to corresponding data fields.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override string[] GetRequiredMappingNames()

Returns

Type Description
String[]

An array of strings that represent the names of the properties that have to be bound to data.

See Also