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

IUriProviderService Members

Represents a service that calls the registered IUriProvider interface when required.

#Methods

Name Description
CreateCssUri(String, String, String) Creates URI for CSS data.
CreateImageUri(String, OfficeImage, String) Provides the URI string for the specified image.
RegisterProvider(IUriProvider) Registers the URI provider and makes it available to clients of the service.
UnregisterProvider(IUriProvider) Cancels the registration of an URI provider, and makes it unavailable to the clients of the service.
See Also