# C1.WPF.InputPanel.C1InputPanelMaskAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_InputPanel_C1InputPanelMaskAttribute" data-uid="C1.WPF.InputPanel.C1InputPanelMaskAttribute" class="text-break">C1InputPanelMaskAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the mask settings for value of a data field.</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"><span class="xref">C1InputPanelMaskAttribute</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._attribute">_Attribute</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.InputPanel.html">C1.WPF.InputPanel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.InputPanel.4.6.2.dll</h6>
  <h5 id="C1_WPF_InputPanel_C1InputPanelMaskAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class C1InputPanelMaskAttribute : Attribute, _Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.PropertyOrAttributeTargets.Field, AllowMultiple:=False)&gt;
Public Class C1InputPanelMaskAttribute
    Inherits Attribute
    Implements _Attribute</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_InputPanel_C1InputPanelMaskAttribute__ctor_System_String_" data-uid="C1.WPF.InputPanel.C1InputPanelMaskAttribute.#ctor(System.String)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelMaskAttribute.-ctor.html#C1_WPF_InputPanel_C1InputPanelMaskAttribute__ctor_System_String_">C1InputPanelMaskAttribute(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the mask settings for the value of a data field.</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_InputPanel_C1InputPanelMaskAttribute_Mask" data-uid="C1.WPF.InputPanel.C1InputPanelMaskAttribute.Mask">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelMaskAttribute.Mask.html#C1_WPF_InputPanel_C1InputPanelMaskAttribute_Mask">Mask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a mask expression.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
