This example demonstrates how to do the following:
- Download images from Azure Blob Storage and use them in a Windows Forms application.
- Customize the WinForms PictureEdit to allow users to upload local images to Azure Blob Storage.
Follow the steps below to run the example:
-
Install the Azure.Storage.Blobs NuGet package and follow step-by-step instructions from Quickstart: Azure Blob storage client library v12 for .NET.
-
Specify connection settings in the
Main
method:
This example fetches images asynchronously. The example uses the UnboundSource component to display loaded images in the WinForms GridControl:
Users can use the customized context menu of the PictureEdit context to upload images to Azure Blob Storage.
(you will be redirected to DevExpress.com to submit your response)