A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
public bool CheckMappings(
IEnumerable<string> mappingNames
)
Public Function CheckMappings(
mappingNames As IEnumerable(Of String)
) As Boolean
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
Feedback