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

IUriStreamService Members

Defines a service which is called to retrieve data from the URI specified in some types of document fields.

#Methods

Name Description
GetStream(String) Provides the data stream for the specified Uri.
RegisterProvider(IUriStreamProvider) Registers the Uri data stream provider and makes it available to clients of the service.
UnregisterProvider(IUriStreamProvider) Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service.
See Also