MappingCollection.CheckMappings(IEnumerable<String>) Method
Determines whether the mappings specified by their names are set in the current collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mappingNames | IEnumerable<String> | A collection of mapping names. |
Returns
| Type | Description |
|---|---|
| Boolean | True if all specified mappings are set; otherwise, false. |
See Also