# C1.WPF.InputPanel.C1InputPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_InputPanel_C1InputPanel" data-uid="C1.WPF.InputPanel.C1InputPanel" class="text-break">C1InputPanel Class
</h1>
  <div class="markdown level0 summary"><p>Provides easy display and edit collection from a layout.</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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1InputPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</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_C1InputPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Presenter&quot;, Type = typeof(C1InputPanelPresenter))]
[TemplatePart(Name = &quot;Validation&quot;, Type = typeof(C1InputPanelValidationSummary))]
[TemplatePart(Name = &quot;DataPager&quot;, Type = typeof(C1DataPager))]
[TemplatePart(Name = &quot;InputPanelGrid&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;ItemsScrollViewer&quot;, Type = typeof(ScrollViewer))]
[TemplateVisualState(Name = &quot;ActionButtonsHidden&quot;, GroupName = &quot;ReadOnlyStates&quot;)]
[TemplateVisualState(Name = &quot;ActionButtonsShown&quot;, GroupName = &quot;ReadOnlyStates&quot;)]
[TemplateVisualState(Name = &quot;NavigationHidden&quot;, GroupName = &quot;NavigationVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;NavigationShown&quot;, GroupName = &quot;NavigationVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;AddButtonShown&quot;, GroupName = &quot;AddButtonVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;AddButtonHidden&quot;, GroupName = &quot;AddButtonVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;DeleteButtonShown&quot;, GroupName = &quot;DeleteButtonVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;DeleteButtonHidden&quot;, GroupName = &quot;DeleteButtonVisibilityStates&quot;)]
[TemplateVisualState(Name = &quot;AddButtonNormal&quot;, GroupName = &quot;AddButtonEnableStateStates&quot;)]
[TemplateVisualState(Name = &quot;AddButtonDisable&quot;, GroupName = &quot;AddButtonEnableStateStates&quot;)]
[TemplateVisualState(Name = &quot;DeleteButtonNormal&quot;, GroupName = &quot;DeleteButtonEnableStateStates&quot;)]
[TemplateVisualState(Name = &quot;DeleteButtonDisable&quot;, GroupName = &quot;DeleteButtonEnableStateStates&quot;)]
public class C1InputPanel : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Presenter&quot;, Type:=GetType(C1InputPanelPresenter))&gt;
&lt;TemplatePart(Name:=&quot;Validation&quot;, Type:=GetType(C1InputPanelValidationSummary))&gt;
&lt;TemplatePart(Name:=&quot;DataPager&quot;, Type:=GetType(C1DataPager))&gt;
&lt;TemplatePart(Name:=&quot;InputPanelGrid&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;ItemsScrollViewer&quot;, Type:=GetType(ScrollViewer))&gt;
&lt;TemplateVisualState(Name:=&quot;ActionButtonsHidden&quot;, GroupName:=&quot;ReadOnlyStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ActionButtonsShown&quot;, GroupName:=&quot;ReadOnlyStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;NavigationHidden&quot;, GroupName:=&quot;NavigationVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;NavigationShown&quot;, GroupName:=&quot;NavigationVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;AddButtonShown&quot;, GroupName:=&quot;AddButtonVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;AddButtonHidden&quot;, GroupName:=&quot;AddButtonVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;DeleteButtonShown&quot;, GroupName:=&quot;DeleteButtonVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;DeleteButtonHidden&quot;, GroupName:=&quot;DeleteButtonVisibilityStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;AddButtonNormal&quot;, GroupName:=&quot;AddButtonEnableStateStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;AddButtonDisable&quot;, GroupName:=&quot;AddButtonEnableStateStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;DeleteButtonNormal&quot;, GroupName:=&quot;DeleteButtonEnableStateStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;DeleteButtonDisable&quot;, GroupName:=&quot;DeleteButtonEnableStateStates&quot;)&gt;
Public Class C1InputPanel
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_C1InputPanel__ctor" data-uid="C1.WPF.InputPanel.C1InputPanel.#ctor">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.-ctor.html#C1_WPF_InputPanel_C1InputPanel__ctor">C1InputPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_C1InputPanel_AddButtonVisibilityProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.AddButtonVisibilityProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AddButtonVisibilityProperty.html">AddButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AddButtonVisibility.html#C1_WPF_InputPanel_C1InputPanel_AddButtonVisibility">AddButtonVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_AddNewItemCommand" data-uid="C1.WPF.InputPanel.C1InputPanel.AddNewItemCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AddNewItemCommand.html">AddNewItemCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new item to the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_AutoCommitProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.AutoCommitProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AutoCommitProperty.html">AutoCommitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AutoCommit.html#C1_WPF_InputPanel_C1InputPanel_AutoCommit">AutoCommit</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_AutoGenerateProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.AutoGenerateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AutoGenerateProperty.html">AutoGenerateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AutoGenerate.html#C1_WPF_InputPanel_C1InputPanel_AutoGenerate">AutoGenerate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ButtonBackgroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ButtonBackground.html#C1_WPF_InputPanel_C1InputPanel_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ButtonForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ButtonForeground.html#C1_WPF_InputPanel_C1InputPanel_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CancelCommand" data-uid="C1.WPF.InputPanel.C1InputPanel.CancelCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CancelCommand.html">CancelCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Cancels editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CommitCommand" data-uid="C1.WPF.InputPanel.C1InputPanel.CommitCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CommitCommand.html">CommitCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Commits the edited content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CornerRadiusProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CornerRadius.html#C1_WPF_InputPanel_C1InputPanel_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CurrentItemProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.CurrentItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CurrentItemProperty.html">CurrentItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CurrentItem.html#C1_WPF_InputPanel_C1InputPanel_CurrentItem">CurrentItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DataPagerVisibilityProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.DataPagerVisibilityProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DataPagerVisibilityProperty.html">DataPagerVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DataPagerVisibility.html#C1_WPF_InputPanel_C1InputPanel_DataPagerVisibility">DataPagerVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DeleteButtonVisibilityProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.DeleteButtonVisibilityProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DeleteButtonVisibilityProperty.html">DeleteButtonVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DeleteButtonVisibility.html#C1_WPF_InputPanel_C1InputPanel_DeleteButtonVisibility">DeleteButtonVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DeleteCurrentItemCommand" data-uid="C1.WPF.InputPanel.C1InputPanel.DeleteCurrentItemCommand">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DeleteCurrentItemCommand.html">DeleteCurrentItemCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the current item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DisplayModeProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.DisplayModeProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DisplayModeProperty.html">DisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DisplayMode.html#C1_WPF_InputPanel_C1InputPanel_DisplayMode">DisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FocusBrushProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.FocusBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FocusBrush.html#C1_WPF_InputPanel_C1InputPanel_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FooterBorderStyleProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.FooterBorderStyleProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterBorderStyleProperty.html">FooterBorderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterBorderStyle.html#C1_WPF_InputPanel_C1InputPanel_FooterBorderStyle">FooterBorderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FooterButtonBackgroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.FooterButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterButtonBackgroundProperty.html">FooterButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterButtonBackground.html#C1_WPF_InputPanel_C1InputPanel_FooterButtonBackground">FooterButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FooterButtonForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.FooterButtonForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterButtonForegroundProperty.html">FooterButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterButtonForeground.html#C1_WPF_InputPanel_C1InputPanel_FooterButtonForeground">FooterButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderBackgroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderBackgroundProperty.html">HeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderBackground.html#C1_WPF_InputPanel_C1InputPanel_HeaderBackground">HeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontFamilyProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontFamilyProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontFamilyProperty.html">HeaderFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontFamily.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontFamily">HeaderFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontSizeProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontSizeProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontSizeProperty.html">HeaderFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontSize.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontSize">HeaderFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontStretchProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontStretchProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontStretchProperty.html">HeaderFontStretchProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontStretch.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontStretch">HeaderFontStretch</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontStyleProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontStyleProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontStyleProperty.html">HeaderFontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontStyle.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontStyle">HeaderFontStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontWeightProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontWeightProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontWeightProperty.html">HeaderFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontWeight.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontWeight">HeaderFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderForegroundProperty.html">HeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderForeground.html#C1_WPF_InputPanel_C1InputPanel_HeaderForeground">HeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderPaddingProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderPaddingProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderPaddingProperty.html">HeaderPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderPadding.html#C1_WPF_InputPanel_C1InputPanel_HeaderPadding">HeaderPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderProperty.html">HeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.Header.html#C1_WPF_InputPanel_C1InputPanel_Header">Header</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderTemplateProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderTemplateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderTemplateProperty.html">HeaderTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderTemplate.html#C1_WPF_InputPanel_C1InputPanel_HeaderTemplate">HeaderTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HorizontalHeaderAlignmentProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.HorizontalHeaderAlignmentProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HorizontalHeaderAlignmentProperty.html">HorizontalHeaderAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HorizontalHeaderAlignment.html#C1_WPF_InputPanel_C1InputPanel_HorizontalHeaderAlignment">HorizontalHeaderAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_IsReadOnlyProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.IsReadOnly.html#C1_WPF_InputPanel_C1InputPanel_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ItemsPanelTemplateProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ItemsPanelTemplateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsPanelTemplateProperty.html">ItemsPanelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsPanelTemplate.html#C1_WPF_InputPanel_C1InputPanel_ItemsPanelTemplate">ItemsPanelTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ItemsSourceProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsSource.html#C1_WPF_InputPanel_C1InputPanel_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ItemsTemplateProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ItemsTemplateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsTemplateProperty.html">ItemsTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsTemplate.html#C1_WPF_InputPanel_C1InputPanel_ItemsTemplate">ItemsTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_LabelForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.LabelForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.LabelForegroundProperty.html">LabelForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.LabelForeground.html#C1_WPF_InputPanel_C1InputPanel_LabelForeground">LabelForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_MouseOverBrushProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.MouseOverBrush.html#C1_WPF_InputPanel_C1InputPanel_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_NavigationBackgroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.NavigationBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.NavigationBackgroundProperty.html">NavigationBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.NavigationBackground.html#C1_WPF_InputPanel_C1InputPanel_NavigationBackground">NavigationBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_NavigationButtonStyleProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.NavigationButtonStyleProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.NavigationButtonStyleProperty.html">NavigationButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.NavigationButtonStyle.html#C1_WPF_InputPanel_C1InputPanel_NavigationButtonStyle">NavigationButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_PressedBrushProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.PressedBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.PressedBrush.html#C1_WPF_InputPanel_C1InputPanel_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationBackgroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationBackgroundProperty.html">ValidationBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationBackground.html#C1_WPF_InputPanel_C1InputPanel_ValidationBackground">ValidationBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationContentForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationContentForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationContentForegroundProperty.html">ValidationContentForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationContentForeground.html#C1_WPF_InputPanel_C1InputPanel_ValidationContentForeground">ValidationContentForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationHeaderForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationHeaderForegroundProperty.html">ValidationHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationHeaderForeground.html#C1_WPF_InputPanel_C1InputPanel_ValidationHeaderForeground">ValidationHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_VerticalHeaderAlignmentProperty" data-uid="C1.WPF.InputPanel.C1InputPanel.VerticalHeaderAlignmentProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.VerticalHeaderAlignmentProperty.html">VerticalHeaderAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.VerticalHeaderAlignment.html#C1_WPF_InputPanel_C1InputPanel_VerticalHeaderAlignment">VerticalHeaderAlignment</a> dependency property.</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_C1InputPanel_AddButtonVisibility" data-uid="C1.WPF.InputPanel.C1InputPanel.AddButtonVisibility">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AddButtonVisibility.html#C1_WPF_InputPanel_C1InputPanel_AddButtonVisibility">AddButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the Add button is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_AutoCommit" data-uid="C1.WPF.InputPanel.C1InputPanel.AutoCommit">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AutoCommit.html#C1_WPF_InputPanel_C1InputPanel_AutoCommit">AutoCommit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the input data is committed automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_AutoGenerate" data-uid="C1.WPF.InputPanel.C1InputPanel.AutoGenerate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AutoGenerate.html#C1_WPF_InputPanel_C1InputPanel_AutoGenerate">AutoGenerate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the input controls are created automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ButtonBackground" data-uid="C1.WPF.InputPanel.C1InputPanel.ButtonBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ButtonBackground.html#C1_WPF_InputPanel_C1InputPanel_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ButtonForeground" data-uid="C1.WPF.InputPanel.C1InputPanel.ButtonForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ButtonForeground.html#C1_WPF_InputPanel_C1InputPanel_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CornerRadius" data-uid="C1.WPF.InputPanel.C1InputPanel.CornerRadius">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CornerRadius.html#C1_WPF_InputPanel_C1InputPanel_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the degree to which the corners of the element are rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CurrentItem" data-uid="C1.WPF.InputPanel.C1InputPanel.CurrentItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CurrentItem.html#C1_WPF_InputPanel_C1InputPanel_CurrentItem">CurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an item which is currently visible in <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DataPagerVisibility" data-uid="C1.WPF.InputPanel.C1InputPanel.DataPagerVisibility">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DataPagerVisibility.html#C1_WPF_InputPanel_C1InputPanel_DataPagerVisibility">DataPagerVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a> is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DeleteButtonVisibility" data-uid="C1.WPF.InputPanel.C1InputPanel.DeleteButtonVisibility">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DeleteButtonVisibility.html#C1_WPF_InputPanel_C1InputPanel_DeleteButtonVisibility">DeleteButtonVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the Delete button is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DisplayMode" data-uid="C1.WPF.InputPanel.C1InputPanel.DisplayMode">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DisplayMode.html#C1_WPF_InputPanel_C1InputPanel_DisplayMode">DisplayMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how the <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a> will render.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FocusBrush" data-uid="C1.WPF.InputPanel.C1InputPanel.FocusBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FocusBrush.html#C1_WPF_InputPanel_C1InputPanel_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FooterBorderStyle" data-uid="C1.WPF.InputPanel.C1InputPanel.FooterBorderStyle">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterBorderStyle.html#C1_WPF_InputPanel_C1InputPanel_FooterBorderStyle">FooterBorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used for inner footer border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FooterButtonBackground" data-uid="C1.WPF.InputPanel.C1InputPanel.FooterButtonBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterButtonBackground.html#C1_WPF_InputPanel_C1InputPanel_FooterButtonBackground">FooterButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background used for the inner footer buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_FooterButtonForeground" data-uid="C1.WPF.InputPanel.C1InputPanel.FooterButtonForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.FooterButtonForeground.html#C1_WPF_InputPanel_C1InputPanel_FooterButtonForeground">FooterButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground used for the inner footer buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_Header" data-uid="C1.WPF.InputPanel.C1InputPanel.Header">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.Header.html#C1_WPF_InputPanel_C1InputPanel_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header of <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderBackground" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderBackground.html#C1_WPF_InputPanel_C1InputPanel_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background brush of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontFamily" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontFamily">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontFamily.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontFamily">HeaderFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontSize" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontSize">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontSize.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontSize">HeaderFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontStretch" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontStretch">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontStretch.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontStretch">HeaderFontStretch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font stretch of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontStyle" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontStyle">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontStyle.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontStyle">HeaderFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderFontWeight" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderFontWeight">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderFontWeight.html#C1_WPF_InputPanel_C1InputPanel_HeaderFontWeight">HeaderFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderForeground" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderForeground.html#C1_WPF_InputPanel_C1InputPanel_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground brush of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderPadding" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderPadding">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderPadding.html#C1_WPF_InputPanel_C1InputPanel_HeaderPadding">HeaderPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HeaderTemplate" data-uid="C1.WPF.InputPanel.C1InputPanel.HeaderTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HeaderTemplate.html#C1_WPF_InputPanel_C1InputPanel_HeaderTemplate">HeaderTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data template used to display the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_HorizontalHeaderAlignment" data-uid="C1.WPF.InputPanel.C1InputPanel.HorizontalHeaderAlignment">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.HorizontalHeaderAlignment.html#C1_WPF_InputPanel_C1InputPanel_HorizontalHeaderAlignment">HorizontalHeaderAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the HorizontalContentAlignment of the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_IsReadOnly" data-uid="C1.WPF.InputPanel.C1InputPanel.IsReadOnly">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.IsReadOnly.html#C1_WPF_InputPanel_C1InputPanel_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines if the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ItemsPanelTemplate" data-uid="C1.WPF.InputPanel.C1InputPanel.ItemsPanelTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsPanelTemplate.html#C1_WPF_InputPanel_C1InputPanel_ItemsPanelTemplate">ItemsPanelTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a template that defines the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a> that controls the layout of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ItemsSource" data-uid="C1.WPF.InputPanel.C1InputPanel.ItemsSource">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsSource.html#C1_WPF_InputPanel_C1InputPanel_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection of items that will be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ItemsTemplate" data-uid="C1.WPF.InputPanel.C1InputPanel.ItemsTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ItemsTemplate.html#C1_WPF_InputPanel_C1InputPanel_ItemsTemplate">ItemsTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a template applied to <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_LabelForeground" data-uid="C1.WPF.InputPanel.C1InputPanel.LabelForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.LabelForeground.html#C1_WPF_InputPanel_C1InputPanel_LabelForeground">LabelForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_MouseOverBrush" data-uid="C1.WPF.InputPanel.C1InputPanel.MouseOverBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.MouseOverBrush.html#C1_WPF_InputPanel_C1InputPanel_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_NavigationBackground" data-uid="C1.WPF.InputPanel.C1InputPanel.NavigationBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.NavigationBackground.html#C1_WPF_InputPanel_C1InputPanel_NavigationBackground">NavigationBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of navigation bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_NavigationButtonStyle" data-uid="C1.WPF.InputPanel.C1InputPanel.NavigationButtonStyle">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.NavigationButtonStyle.html#C1_WPF_InputPanel_C1InputPanel_NavigationButtonStyle">NavigationButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that will be used for <a class="xref" href="C1.WPF.InputPanel.C1DataPager.html">C1DataPager</a> navigation buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_PressedBrush" data-uid="C1.WPF.InputPanel.C1InputPanel.PressedBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.PressedBrush.html#C1_WPF_InputPanel_C1InputPanel_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationBackground" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationBackground.html#C1_WPF_InputPanel_C1InputPanel_ValidationBackground">ValidationBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of C1InputPanelValidationSummary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationContentForeground" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationContentForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationContentForeground.html#C1_WPF_InputPanel_C1InputPanel_ValidationContentForeground">ValidationContentForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of error information content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationErrors" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationErrors">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationErrors.html#C1_WPF_InputPanel_C1InputPanel_ValidationErrors">ValidationErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the list of validation errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidationHeaderForeground" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidationHeaderForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidationHeaderForeground.html#C1_WPF_InputPanel_C1InputPanel_ValidationHeaderForeground">ValidationHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of error information header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_VerticalHeaderAlignment" data-uid="C1.WPF.InputPanel.C1InputPanel.VerticalHeaderAlignment">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.VerticalHeaderAlignment.html#C1_WPF_InputPanel_C1InputPanel_VerticalHeaderAlignment">VerticalHeaderAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the VerticalContentAlignment of the header.</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_WPF_InputPanel_C1InputPanel_ChangeVisualStateAddButtonEnableState_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateAddButtonEnableState(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateAddButtonEnableState.html#C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateAddButtonEnableState_System_Boolean_">ChangeVisualStateAddButtonEnableState(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the AddButtonEnableState visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateAddButtonVisibility_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateAddButtonVisibility(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateAddButtonVisibility.html#C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateAddButtonVisibility_System_Boolean_">ChangeVisualStateAddButtonVisibility(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the AddButtonVisibility visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateDeleteButtonEnableState_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateDeleteButtonEnableState(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateDeleteButtonEnableState.html#C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateDeleteButtonEnableState_System_Boolean_">ChangeVisualStateDeleteButtonEnableState(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the DeleteButtonEnableState visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateDeleteButtonVisibility_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateDeleteButtonVisibility(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateDeleteButtonVisibility.html#C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateDeleteButtonVisibility_System_Boolean_">ChangeVisualStateDeleteButtonVisibility(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the DeleteButtonVisibility visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateNavigationVisibility_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateNavigationVisibility(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateNavigationVisibility.html#C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateNavigationVisibility_System_Boolean_">ChangeVisualStateNavigationVisibility(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the NavigationVisibility visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateReadOnly_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateReadOnly(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ChangeVisualStateReadOnly.html#C1_WPF_InputPanel_C1InputPanel_ChangeVisualStateReadOnly_System_Boolean_">ChangeVisualStateReadOnly(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the ReadOnly visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_OnApplyTemplate" data-uid="C1.WPF.InputPanel.C1InputPanel.OnApplyTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.OnApplyTemplate.html#C1_WPF_InputPanel_C1InputPanel_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a> control when a new template is applied.</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_InputPanel_C1InputPanel_AddedNewItem" data-uid="C1.WPF.InputPanel.C1InputPanel.AddedNewItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AddedNewItem.html">AddedNewItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after new item was added.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_AddingNewItem" data-uid="C1.WPF.InputPanel.C1InputPanel.AddingNewItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.AddingNewItem.html">AddingNewItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before adding a new item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CancelledCurrentItem" data-uid="C1.WPF.InputPanel.C1InputPanel.CancelledCurrentItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CancelledCurrentItem.html">CancelledCurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after current item was cancelled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_CurrentItemChanged" data-uid="C1.WPF.InputPanel.C1InputPanel.CurrentItemChanged">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.CurrentItemChanged.html">CurrentItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">CurrentItem</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DeletedCurrentItem" data-uid="C1.WPF.InputPanel.C1InputPanel.DeletedCurrentItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DeletedCurrentItem.html">DeletedCurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after current item was deleted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_DeletingItem" data-uid="C1.WPF.InputPanel.C1InputPanel.DeletingItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.DeletingItem.html">DeletingItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before deleting an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_EditedCurrentItem" data-uid="C1.WPF.InputPanel.C1InputPanel.EditedCurrentItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.EditedCurrentItem.html">EditedCurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after current item was edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_GeneratingInput" data-uid="C1.WPF.InputPanel.C1InputPanel.GeneratingInput">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.GeneratingInput.html">GeneratingInput</a>
        </td>
        <td class="markdown level1 summary"><p>EventHandler before create editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanel_ValidateCurrentItem" data-uid="C1.WPF.InputPanel.C1InputPanel.ValidateCurrentItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.ValidateCurrentItem.html">ValidateCurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before validation of the current item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
