Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IUIServiceContainer Members

Provides access to methods that manage UI services.

#Methods

Name Description
Clear() Remove all registered UI services from the container.
GetService(Type, String) Gets a registered UI service by its type and key in the container.
Register(Object, String) Registers the specified service in the container.
Unregister(Object) Removes the specified service from the container.
See Also