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

ASPxResourceCustomFieldMappingCollection Class

Represents a collection of mappings of the custom properties of resources to appropriate data fields.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

public class ASPxResourceCustomFieldMappingCollection :
    ResourceCustomFieldMappingCollection

The following members accept/return ASPxResourceCustomFieldMappingCollection objects:

Remarks

The ASPxResourceCustomFieldMappingCollection represents a collection of ASPxResourceCustomFieldMapping objects. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ASPxResourceCustomFieldMappingCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also