# C1.WPF.Extended.PropertyGrid.UriEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_PropertyGrid_UriEditor" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor" class="text-break">UriEditor Class
</h1>
  <div class="markdown level0 summary"><p>Default editor used by C1PropertyGrid to edit Uri values.</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">UriEditor</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.Extended.ITypeMutipleEditorControl.html">ITypeMutipleEditorControl</a></div>
    <div><a class="xref" href="C1.WPF.Extended.ITypeEditorControl.html">ITypeEditorControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.PropertyGrid.html">C1.WPF.Extended.PropertyGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_PropertyGrid_UriEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class UriEditor : C1TextBoxBase, ITypeMutipleEditorControl, ITypeEditorControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class UriEditor
    Inherits C1TextBoxBase
    Implements ITypeMutipleEditorControl, ITypeEditorControl</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor__ctor" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.#ctor">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.-ctor.html#C1_WPF_Extended_PropertyGrid_UriEditor__ctor">UriEditor()</a>
        </td>
        <td class="markdown level1 summary"></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_WPF_Extended_PropertyGrid_UriEditor_Attach_C1_WPF_Extended_PropertyAttribute_" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.Attach(C1.WPF.Extended.PropertyAttribute)">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.Attach.html#C1_WPF_Extended_PropertyGrid_UriEditor_Attach_C1_WPF_Extended_PropertyAttribute_">Attach(PropertyAttribute)</a>
        </td>
        <td class="markdown level1 summary"><p>Attaches (initializes) the editor with the current property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor_Attach_C1_WPF_Extended_PropertyGroup_" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.Attach(C1.WPF.Extended.PropertyGroup)">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.Attach.html#C1_WPF_Extended_PropertyGrid_UriEditor_Attach_C1_WPF_Extended_PropertyGroup_">Attach(PropertyGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Attaches (initializes) the editor with the current Group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor_Create" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.Create">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.Create.html#C1_WPF_Extended_PropertyGrid_UriEditor_Create">Create()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates ands initializes a new instance of the editor</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor_Detach_C1_WPF_Extended_PropertyAttribute_" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.Detach(C1.WPF.Extended.PropertyAttribute)">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.Detach.html#C1_WPF_Extended_PropertyGrid_UriEditor_Detach_C1_WPF_Extended_PropertyAttribute_">Detach(PropertyAttribute)</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches (releases) the editor that was attached with the property passed as parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor_OnValueChanged" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.OnValueChanged">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.OnValueChanged.html#C1_WPF_Extended_PropertyGrid_UriEditor_OnValueChanged">OnValueChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when value bound to this editor is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor_SetDefaultValue" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.SetDefaultValue">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.SetDefaultValue.html#C1_WPF_Extended_PropertyGrid_UriEditor_SetDefaultValue">SetDefaultValue()</a>
        </td>
        <td class="markdown level1 summary"><p>set a value when all properties in the group has not a same property value</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyGrid_UriEditor_Supports_C1_WPF_Extended_PropertyAttribute_" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.Supports(C1.WPF.Extended.PropertyAttribute)">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.Supports.html#C1_WPF_Extended_PropertyGrid_UriEditor_Supports_C1_WPF_Extended_PropertyAttribute_">Supports(PropertyAttribute)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the editor supports (is able to show/edit) the property
values described by the PropertyAttribute.</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_WPF_Extended_PropertyGrid_UriEditor_ValueChanged" data-uid="C1.WPF.Extended.PropertyGrid.UriEditor.ValueChanged">
          <a class="xref" href="C1.WPF.Extended.PropertyGrid.UriEditor.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the value of the current property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
