AppointmentMappingInfo.GetRequiredMappingNames() Method
Gets an array containing the names of all the AppointmentMappingInfo object’s properties that have to be bound to corresponding data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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 AppointmentMappingInfo object’s properties that have to be bound to corresponding fields in the data source specified by the PersistentObjectStorage<T>.DataSource property of the AppointmentStorage.
See Also