MappingInfoBase<T>.GetRequiredMappingNames() Method
In This Article
Gets the names of the mappings which are required for correct operation.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Returns
Type | Description |
---|---|
String[] | A string array, containing mapping names. |
#Remarks
Override this method in MappingInfoBase<T> descendants to return an array of required mapping names.
See Also