# C1.Win.Localization.C1DescriptionAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Localization_C1DescriptionAttribute" data-uid="C1.Win.Localization.C1DescriptionAttribute" class="text-break">C1DescriptionAttribute Class
</h1>
  <div class="markdown level0 summary"><p>C1DescriptionAttribute replaces the DescriptionAttribute
and uses the StringsManager and Strings classes to
return the localized Attribute string.</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="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.descriptionattribute">DescriptionAttribute</a></div>
    <div class="level3"><span class="xref">C1DescriptionAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Localization.html">C1.Win.Localization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Localization_C1DescriptionAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.All)]
public class C1DescriptionAttribute : DescriptionAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.All)&gt;
Public Class C1DescriptionAttribute
    Inherits DescriptionAttribute</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_Win_Localization_C1DescriptionAttribute__ctor_System_Type_System_String_System_String_" data-uid="C1.Win.Localization.C1DescriptionAttribute.#ctor(System.Type,System.String,System.String)">
          <a class="xref" href="C1.Win.Localization.C1DescriptionAttribute.-ctor.html#C1_Win_Localization_C1DescriptionAttribute__ctor_System_Type_System_String_System_String_">C1DescriptionAttribute(Type, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Localization.C1DescriptionAttribute.html">C1DescriptionAttribute</a> attribute.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Localization_C1DescriptionAttribute__ctor_System_Type_System_String_System_String_System_String_" data-uid="C1.Win.Localization.C1DescriptionAttribute.#ctor(System.Type,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.Localization.C1DescriptionAttribute.-ctor.html#C1_Win_Localization_C1DescriptionAttribute__ctor_System_Type_System_String_System_String_System_String_">C1DescriptionAttribute(Type, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Localization.C1DescriptionAttribute.html">C1DescriptionAttribute</a> attribute.</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_Win_Localization_C1DescriptionAttribute_Description" data-uid="C1.Win.Localization.C1DescriptionAttribute.Description">
          <a class="xref" href="C1.Win.Localization.C1DescriptionAttribute.Description.html#C1_Win_Localization_C1DescriptionAttribute_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Returns localized description text if it is available or default value</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
