# C1.WPF.Extended.PropertyAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_PropertyAttribute" data-uid="C1.WPF.Extended.PropertyAttribute" class="text-break">PropertyAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Used to provide configuration information for the C1PropertyGrid.</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"><a class="xref" href="C1.WPF.Extended.MemberAttribute.html">MemberAttribute</a></div>
    <div class="level2"><span class="xref">PropertyAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_PropertyAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyAttribute : MemberAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyAttribute
    Inherits MemberAttribute</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_PropertyAttribute__ctor" data-uid="C1.WPF.Extended.PropertyAttribute.#ctor">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.-ctor.html#C1_WPF_Extended_PropertyAttribute__ctor">PropertyAttribute()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Extended.PropertyAttribute.html">PropertyAttribute</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_WPF_Extended_PropertyAttribute_DefaultValue" data-uid="C1.WPF.Extended.PropertyAttribute.DefaultValue">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.DefaultValue.html#C1_WPF_Extended_PropertyAttribute_DefaultValue">DefaultValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default value for the property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_Description" data-uid="C1.WPF.Extended.PropertyAttribute.Description">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.Description.html#C1_WPF_Extended_PropertyAttribute_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a text, such as a tool tip, that is displayed to users to help them
understand a member.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_DisplayIndex" data-uid="C1.WPF.Extended.PropertyAttribute.DisplayIndex">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.DisplayIndex.html#C1_WPF_Extended_PropertyAttribute_DisplayIndex">DisplayIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index that will be used to sort the properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_Editor" data-uid="C1.WPF.Extended.PropertyAttribute.Editor">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.Editor.html#C1_WPF_Extended_PropertyAttribute_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current editor selected for the property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_Format" data-uid="C1.WPF.Extended.PropertyAttribute.Format">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.Format.html#C1_WPF_Extended_PropertyAttribute_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string representing the desired Format for the property value.
e.g. a specific numeric format to use in the numeric editor associated to the property).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_IsAttached" data-uid="C1.WPF.Extended.PropertyAttribute.IsAttached">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.IsAttached.html#C1_WPF_Extended_PropertyAttribute_IsAttached">IsAttached</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the property is attached.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_MaximumValue" data-uid="C1.WPF.Extended.PropertyAttribute.MaximumValue">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.MaximumValue.html#C1_WPF_Extended_PropertyAttribute_MaximumValue">MaximumValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowed value for the property (applies only to numeric properties).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_MinimumValue" data-uid="C1.WPF.Extended.PropertyAttribute.MinimumValue">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.MinimumValue.html#C1_WPF_Extended_PropertyAttribute_MinimumValue">MinimumValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum allowed value for the property (applies only to numeric properties).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_PropertyBinding" data-uid="C1.WPF.Extended.PropertyAttribute.PropertyBinding">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.PropertyBinding.html#C1_WPF_Extended_PropertyAttribute_PropertyBinding">PropertyBinding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Binding to use when the property is bound to its associated editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_PropertyInfo" data-uid="C1.WPF.Extended.PropertyAttribute.PropertyInfo">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.PropertyInfo.html#C1_WPF_Extended_PropertyAttribute_PropertyInfo">PropertyInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PropertyInfo corresponding to the current property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_PropertyAttribute_ReadOnly" data-uid="C1.WPF.Extended.PropertyAttribute.ReadOnly">
          <a class="xref" href="C1.WPF.Extended.PropertyAttribute.ReadOnly.html#C1_WPF_Extended_PropertyAttribute_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the property value can be edited.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
