Skip to main content
A newer version of this page is available. .

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

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.

Remarks

The GetRequiredMappingNames method can be used to obtain a list of the ASPxAppointmentMappingInfo object’s properties that should be bound to corresponding fields in the data source specified by the ASPxAppointmentStorage.DataSource property.

See Also