# C1.WPF.Input.C1FilePicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_C1FilePicker" data-uid="C1.WPF.Input.C1FilePicker" class="text-break">C1FilePicker Class
</h1>
  <div class="markdown level0 summary"><p>File picker that opens a dialog box control to allows you to select one or more files.</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">C1FilePicker</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_C1FilePicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;BrowseIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;BrowseButtonStyle&quot;, StyleTargetType = typeof(C1Button))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[TemplatePart(Name = &quot;Text&quot;, Type = typeof(C1TextBoxBase))]
[TemplatePart(Name = &quot;Browse&quot;, Type = typeof(C1Button))]
[TemplatePart(Name = &quot;ValidationDecorator&quot;, Type = typeof(C1ValidationDecorator))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
public class C1FilePicker : C1View, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;BrowseIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;BrowseButtonStyle&quot;, StyleTargetType:=GetType(C1Button))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;TemplatePart(Name:=&quot;Text&quot;, Type:=GetType(C1TextBoxBase))&gt;
&lt;TemplatePart(Name:=&quot;Browse&quot;, Type:=GetType(C1Button))&gt;
&lt;TemplatePart(Name:=&quot;ValidationDecorator&quot;, Type:=GetType(C1ValidationDecorator))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
Public Class C1FilePicker
    Inherits C1View
    Implements INotifyPropertyChanged</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_Input_C1FilePicker__ctor" data-uid="C1.WPF.Input.C1FilePicker.#ctor">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.-ctor.html#C1_WPF_Input_C1FilePicker__ctor">C1FilePicker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Input.C1FilePicker.html">C1FilePicker</a> class.</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_Input_C1FilePicker_BrowseButtonStyleProperty" data-uid="C1.WPF.Input.C1FilePicker.BrowseButtonStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseButtonStyleProperty.html">BrowseButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseButtonStyle.html#C1_WPF_Input_C1FilePicker_BrowseButtonStyle">BrowseButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_BrowseIconStyleProperty" data-uid="C1.WPF.Input.C1FilePicker.BrowseIconStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseIconStyleProperty.html">BrowseIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseIconStyle.html#C1_WPF_Input_C1FilePicker_BrowseIconStyle">BrowseIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_BrowseIconTemplateProperty" data-uid="C1.WPF.Input.C1FilePicker.BrowseIconTemplateProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseIconTemplateProperty.html">BrowseIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseIconTemplate.html#C1_WPF_Input_C1FilePicker_BrowseIconTemplate">BrowseIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_FilterIndexProperty" data-uid="C1.WPF.Input.C1FilePicker.FilterIndexProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.FilterIndexProperty.html">FilterIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.FilterIndex.html#C1_WPF_Input_C1FilePicker_FilterIndex">FilterIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_FilterProperty" data-uid="C1.WPF.Input.C1FilePicker.FilterProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.FilterProperty.html">FilterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.Filter.html#C1_WPF_Input_C1FilePicker_Filter">Filter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_FocusBrushProperty" data-uid="C1.WPF.Input.C1FilePicker.FocusBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.FocusBrush.html#C1_WPF_Input_C1FilePicker_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_InitialDirectoryProperty" data-uid="C1.WPF.Input.C1FilePicker.InitialDirectoryProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.InitialDirectoryProperty.html">InitialDirectoryProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.InitialDirectory.html#C1_WPF_Input_C1FilePicker_InitialDirectory">InitialDirectory</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_MouseOverBorderBrushProperty" data-uid="C1.WPF.Input.C1FilePicker.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.MouseOverBorderBrush.html#C1_WPF_Input_C1FilePicker_MouseOverBorderBrush">MouseOverBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_MouseOverBrushProperty" data-uid="C1.WPF.Input.C1FilePicker.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.MouseOverBrush.html#C1_WPF_Input_C1FilePicker_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_MultiselectProperty" data-uid="C1.WPF.Input.C1FilePicker.MultiselectProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.MultiselectProperty.html">MultiselectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.Multiselect.html#C1_WPF_Input_C1FilePicker_Multiselect">Multiselect</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_PlaceholderProperty" data-uid="C1.WPF.Input.C1FilePicker.PlaceholderProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.Placeholder.html#C1_WPF_Input_C1FilePicker_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_PressedBrushProperty" data-uid="C1.WPF.Input.C1FilePicker.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.PressedBrush.html#C1_WPF_Input_C1FilePicker_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_SelectedFileProperty" data-uid="C1.WPF.Input.C1FilePicker.SelectedFileProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFileProperty.html">SelectedFileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFile.html#C1_WPF_Input_C1FilePicker_SelectedFile">SelectedFile</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_SelectedFilesProperty" data-uid="C1.WPF.Input.C1FilePicker.SelectedFilesProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFilesProperty.html">SelectedFilesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFiles.html#C1_WPF_Input_C1FilePicker_SelectedFiles">SelectedFiles</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_TextAlignmentProperty" data-uid="C1.WPF.Input.C1FilePicker.TextAlignmentProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.TextAlignment.html#C1_WPF_Input_C1FilePicker_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_ValidationDecoratorStyleProperty" data-uid="C1.WPF.Input.C1FilePicker.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Input.C1FilePicker.ValidationDecoratorStyle.html#C1_WPF_Input_C1FilePicker_ValidationDecoratorStyle">ValidationDecoratorStyle</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_Input_C1FilePicker_BrowseButtonStyle" data-uid="C1.WPF.Input.C1FilePicker.BrowseButtonStyle">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseButtonStyle.html#C1_WPF_Input_C1FilePicker_BrowseButtonStyle">BrowseButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that opens the file picker..</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_BrowseIconStyle" data-uid="C1.WPF.Input.C1FilePicker.BrowseIconStyle">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseIconStyle.html#C1_WPF_Input_C1FilePicker_BrowseIconStyle">BrowseIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the browse button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_BrowseIconTemplate" data-uid="C1.WPF.Input.C1FilePicker.BrowseIconTemplate">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.BrowseIconTemplate.html#C1_WPF_Input_C1FilePicker_BrowseIconTemplate">BrowseIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the browse button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_Filter" data-uid="C1.WPF.Input.C1FilePicker.Filter">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.Filter.html#C1_WPF_Input_C1FilePicker_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter that will be applied to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.win32.openfiledialog">OpenFileDialog</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_FilterIndex" data-uid="C1.WPF.Input.C1FilePicker.FilterIndex">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.FilterIndex.html#C1_WPF_Input_C1FilePicker_FilterIndex">FilterIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter index that will be applied to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.win32.openfiledialog">OpenFileDialog</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_FocusBrush" data-uid="C1.WPF.Input.C1FilePicker.FocusBrush">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.FocusBrush.html#C1_WPF_Input_C1FilePicker_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_Input_C1FilePicker_HasSelectedFiles" data-uid="C1.WPF.Input.C1FilePicker.HasSelectedFiles">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.HasSelectedFiles.html#C1_WPF_Input_C1FilePicker_HasSelectedFiles">HasSelectedFiles</a>
        </td>
        <td class="markdown level1 summary"><p>True, if files were selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_InitialDirectory" data-uid="C1.WPF.Input.C1FilePicker.InitialDirectory">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.InitialDirectory.html#C1_WPF_Input_C1FilePicker_InitialDirectory">InitialDirectory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the initial directory that is displayed by a file dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_IsFocused" data-uid="C1.WPF.Input.C1FilePicker.IsFocused">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.IsFocused.html#C1_WPF_Input_C1FilePicker_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control is focused.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_MouseOverBorderBrush" data-uid="C1.WPF.Input.C1FilePicker.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.MouseOverBorderBrush.html#C1_WPF_Input_C1FilePicker_MouseOverBorderBrush">MouseOverBorderBrush</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 border of the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_MouseOverBrush" data-uid="C1.WPF.Input.C1FilePicker.MouseOverBrush">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.MouseOverBrush.html#C1_WPF_Input_C1FilePicker_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_Input_C1FilePicker_Multiselect" data-uid="C1.WPF.Input.C1FilePicker.Multiselect">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.Multiselect.html#C1_WPF_Input_C1FilePicker_Multiselect">Multiselect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether it is possible to select more than one file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_Placeholder" data-uid="C1.WPF.Input.C1FilePicker.Placeholder">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.Placeholder.html#C1_WPF_Input_C1FilePicker_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_PressedBrush" data-uid="C1.WPF.Input.C1FilePicker.PressedBrush">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.PressedBrush.html#C1_WPF_Input_C1FilePicker_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_Input_C1FilePicker_SelectedFile" data-uid="C1.WPF.Input.C1FilePicker.SelectedFile">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFile.html#C1_WPF_Input_C1FilePicker_SelectedFile">SelectedFile</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the file displayed in this editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_SelectedFileName" data-uid="C1.WPF.Input.C1FilePicker.SelectedFileName">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFileName.html#C1_WPF_Input_C1FilePicker_SelectedFileName">SelectedFileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the selected file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_SelectedFiles" data-uid="C1.WPF.Input.C1FilePicker.SelectedFiles">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFiles.html#C1_WPF_Input_C1FilePicker_SelectedFiles">SelectedFiles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the files displayed in this editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_TextAlignment" data-uid="C1.WPF.Input.C1FilePicker.TextAlignment">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.TextAlignment.html#C1_WPF_Input_C1FilePicker_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the text should be aligned in the <a class="xref" href="C1.WPF.Input.C1FilePicker.html">C1FilePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_ValidationDecoratorStyle" data-uid="C1.WPF.Input.C1FilePicker.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.ValidationDecoratorStyle.html#C1_WPF_Input_C1FilePicker_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <a class="xref" href="C1.WPF.Input.C1ValidationDecorator.html">C1ValidationDecorator</a>.</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_Input_C1FilePicker_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Input.C1FilePicker.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.ChangeVisualStateCommon.html#C1_WPF_Input_C1FilePicker_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_ClearSelection" data-uid="C1.WPF.Input.C1FilePicker.ClearSelection">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.ClearSelection.html#C1_WPF_Input_C1FilePicker_ClearSelection">ClearSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the selected files.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_Dispose_System_Boolean_" data-uid="C1.WPF.Input.C1FilePicker.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.Dispose.html#C1_WPF_Input_C1FilePicker_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_OnApplyTemplate" data-uid="C1.WPF.Input.C1FilePicker.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.OnApplyTemplate.html#C1_WPF_Input_C1FilePicker_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Input.C1FilePicker.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.OnGotFocus.html#C1_WPF_Input_C1FilePicker_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Input.C1FilePicker.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.OnIsKeyboardFocusWithinChanged.html#C1_WPF_Input_C1FilePicker_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Input.C1FilePicker.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.OnKeyDown.html#C1_WPF_Input_C1FilePicker_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_OnSelectedFilesChanged_System_EventArgs_" data-uid="C1.WPF.Input.C1FilePicker.OnSelectedFilesChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.OnSelectedFilesChanged.html#C1_WPF_Input_C1FilePicker_OnSelectedFilesChanged_System_EventArgs_">OnSelectedFilesChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectedFilesChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_OpenRead" data-uid="C1.WPF.Input.C1FilePicker.OpenRead">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.OpenRead.html#C1_WPF_Input_C1FilePicker_OpenRead">OpenRead()</a>
        </td>
        <td class="markdown level1 summary"><p>Opens the selected file for reading.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_RaisePropertyChanged_System_String_" data-uid="C1.WPF.Input.C1FilePicker.RaisePropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.RaisePropertyChanged.html#C1_WPF_Input_C1FilePicker_RaisePropertyChanged_System_String_">RaisePropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the property changed event.</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_Input_C1FilePicker_PropertyChanged" data-uid="C1.WPF.Input.C1FilePicker.PropertyChanged">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_C1FilePicker_SelectedFilesChanged" data-uid="C1.WPF.Input.C1FilePicker.SelectedFilesChanged">
          <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFilesChanged.html">SelectedFilesChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.WPF.Input.C1FilePicker.SelectedFiles.html#C1_WPF_Input_C1FilePicker_SelectedFiles">SelectedFiles</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
