# C1.WinUI.DxToolkit.DxProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WinUI_DxToolkit_DxProvider" data-uid="C1.WinUI.DxToolkit.DxProvider" class="text-break">DxProvider Class
</h1>
  <div class="markdown level0 summary"><p>Represents the source of data for the Image element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DxProvider</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WinUI.DxToolkit.html">C1.WinUI.DxToolkit</a></h6>
  <h6><strong>Assembly</strong>: C1.WinUI.Viewer.dll</h6>
  <h5 id="C1_WinUI_DxToolkit_DxProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DxProvider : IDisposable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DxProvider
    Implements IDisposable, INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_DxToolkit_DxProvider_ImageHeight" data-uid="C1.WinUI.DxToolkit.DxProvider.ImageHeight">
          <a class="xref" href="C1.WinUI.DxToolkit.DxProvider.ImageHeight.html#C1_WinUI_DxToolkit_DxProvider_ImageHeight">ImageHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the Image element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_DxToolkit_DxProvider_ImageSource" data-uid="C1.WinUI.DxToolkit.DxProvider.ImageSource">
          <a class="xref" href="C1.WinUI.DxToolkit.DxProvider.ImageSource.html#C1_WinUI_DxToolkit_DxProvider_ImageSource">ImageSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object source for the Image.Source property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WinUI_DxToolkit_DxProvider_ImageWidth" data-uid="C1.WinUI.DxToolkit.DxProvider.ImageWidth">
          <a class="xref" href="C1.WinUI.DxToolkit.DxProvider.ImageWidth.html#C1_WinUI_DxToolkit_DxProvider_ImageWidth">ImageWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the Image element.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_DxToolkit_DxProvider_Dispose" data-uid="C1.WinUI.DxToolkit.DxProvider.Dispose">
          <a class="xref" href="C1.WinUI.DxToolkit.DxProvider.Dispose.html#C1_WinUI_DxToolkit_DxProvider_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears up any resources being used.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WinUI_DxToolkit_DxProvider_PropertyChanged" data-uid="C1.WinUI.DxToolkit.DxProvider.PropertyChanged">
          <a class="xref" href="C1.WinUI.DxToolkit.DxProvider.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property is changed on a DxImageProvider.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
