# C1.WPF.C1FilePicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1FilePicker" data-uid="C1.WPF.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"><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">C1FilePicker</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><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.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1FilePicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Text&quot;, Type = typeof(C1TextBoxBase))]
[TemplatePart(Name = &quot;Browse&quot;, Type = typeof(Button))]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Valid&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidUnfocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidFocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
public class C1FilePicker : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Text&quot;, Type:=GetType(C1TextBoxBase))&gt;
&lt;TemplatePart(Name:=&quot;Browse&quot;, Type:=GetType(Button))&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Valid&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidUnfocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidFocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
Public Class C1FilePicker
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, 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_C1FilePicker__ctor" data-uid="C1.WPF.C1FilePicker.#ctor">
          <a class="xref" href="C1.WPF.C1FilePicker.-ctor.html#C1_WPF_C1FilePicker__ctor">C1FilePicker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.C1FilePicker.html">C1FilePicker</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_C1FilePicker_BrowseContentProperty" data-uid="C1.WPF.C1FilePicker.BrowseContentProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.BrowseContentProperty.html">BrowseContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.BrowseContent.html#C1_WPF_C1FilePicker_BrowseContent">BrowseContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_ButtonBackgroundProperty" data-uid="C1.WPF.C1FilePicker.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.ButtonBackground.html#C1_WPF_C1FilePicker_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_ButtonForegroundProperty" data-uid="C1.WPF.C1FilePicker.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.ButtonForeground.html#C1_WPF_C1FilePicker_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_CornerRadiusProperty" data-uid="C1.WPF.C1FilePicker.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.CornerRadius.html#C1_WPF_C1FilePicker_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_DisabledCuesVisibilityProperty" data-uid="C1.WPF.C1FilePicker.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.DisabledCuesVisibility.html#C1_WPF_C1FilePicker_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_FilterIndexProperty" data-uid="C1.WPF.C1FilePicker.FilterIndexProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.FilterIndexProperty.html">FilterIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.FilterIndex.html#C1_WPF_C1FilePicker_FilterIndex">FilterIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_FilterProperty" data-uid="C1.WPF.C1FilePicker.FilterProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.FilterProperty.html">FilterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.Filter.html#C1_WPF_C1FilePicker_Filter">Filter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_FocusBrushProperty" data-uid="C1.WPF.C1FilePicker.FocusBrushProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.FocusBrush.html#C1_WPF_C1FilePicker_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_FocusCuesVisibilityProperty" data-uid="C1.WPF.C1FilePicker.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.FocusCuesVisibility.html#C1_WPF_C1FilePicker_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_InitialDirectoryProperty" data-uid="C1.WPF.C1FilePicker.InitialDirectoryProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.InitialDirectoryProperty.html">InitialDirectoryProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.InitialDirectory.html#C1_WPF_C1FilePicker_InitialDirectory">InitialDirectory</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_IsFocusedProperty" data-uid="C1.WPF.C1FilePicker.IsFocusedProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.IsFocused.html#C1_WPF_C1FilePicker_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_MouseOverBrushProperty" data-uid="C1.WPF.C1FilePicker.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.MouseOverBrush.html#C1_WPF_C1FilePicker_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_MultiselectProperty" data-uid="C1.WPF.C1FilePicker.MultiselectProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.MultiselectProperty.html">MultiselectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.Multiselect.html#C1_WPF_C1FilePicker_Multiselect">Multiselect</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_PressedBrushProperty" data-uid="C1.WPF.C1FilePicker.PressedBrushProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.PressedBrush.html#C1_WPF_C1FilePicker_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_SelectedFileProperty" data-uid="C1.WPF.C1FilePicker.SelectedFileProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectedFileProperty.html">SelectedFileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.SelectedFile.html#C1_WPF_C1FilePicker_SelectedFile">SelectedFile</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_SelectedFilesProperty" data-uid="C1.WPF.C1FilePicker.SelectedFilesProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectedFilesProperty.html">SelectedFilesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.SelectedFiles.html#C1_WPF_C1FilePicker_SelectedFiles">SelectedFiles</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_SelectionBackgroundProperty" data-uid="C1.WPF.C1FilePicker.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.C1FilePicker.SelectionBackground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_SelectionForegroundProperty" data-uid="C1.WPF.C1FilePicker.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.C1FilePicker.SelectionForeground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_TextAlignmentProperty" data-uid="C1.WPF.C1FilePicker.TextAlignmentProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.TextAlignment.html#C1_WPF_C1FilePicker_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_ValidationDecoratorStyleProperty" data-uid="C1.WPF.C1FilePicker.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.ValidationDecoratorStyle.html#C1_WPF_C1FilePicker_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_WatermarkProperty" data-uid="C1.WPF.C1FilePicker.WatermarkProperty">
          <a class="xref" href="C1.WPF.C1FilePicker.WatermarkProperty.html">WatermarkProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1FilePicker.Watermark.html#C1_WPF_C1FilePicker_Watermark">Watermark</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_C1FilePicker_BrowseContent" data-uid="C1.WPF.C1FilePicker.BrowseContent">
          <a class="xref" href="C1.WPF.C1FilePicker.BrowseContent.html#C1_WPF_C1FilePicker_BrowseContent">BrowseContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the Browse button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_ButtonBackground" data-uid="C1.WPF.C1FilePicker.ButtonBackground">
          <a class="xref" href="C1.WPF.C1FilePicker.ButtonBackground.html#C1_WPF_C1FilePicker_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_C1FilePicker_ButtonForeground" data-uid="C1.WPF.C1FilePicker.ButtonForeground">
          <a class="xref" href="C1.WPF.C1FilePicker.ButtonForeground.html#C1_WPF_C1FilePicker_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_C1FilePicker_CornerRadius" data-uid="C1.WPF.C1FilePicker.CornerRadius">
          <a class="xref" href="C1.WPF.C1FilePicker.CornerRadius.html#C1_WPF_C1FilePicker_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_C1FilePicker_DisabledCuesVisibility" data-uid="C1.WPF.C1FilePicker.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.C1FilePicker.DisabledCuesVisibility.html#C1_WPF_C1FilePicker_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_Filter" data-uid="C1.WPF.C1FilePicker.Filter">
          <a class="xref" href="C1.WPF.C1FilePicker.Filter.html#C1_WPF_C1FilePicker_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter that will be applied to the <span class="xref">System.Windows.Controls.OpenFileDialog</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_FilterIndex" data-uid="C1.WPF.C1FilePicker.FilterIndex">
          <a class="xref" href="C1.WPF.C1FilePicker.FilterIndex.html#C1_WPF_C1FilePicker_FilterIndex">FilterIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter index that will be applied to the <span class="xref">System.Windows.Controls.OpenFileDialog</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_FocusBrush" data-uid="C1.WPF.C1FilePicker.FocusBrush">
          <a class="xref" href="C1.WPF.C1FilePicker.FocusBrush.html#C1_WPF_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_C1FilePicker_FocusCuesVisibility" data-uid="C1.WPF.C1FilePicker.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.C1FilePicker.FocusCuesVisibility.html#C1_WPF_C1FilePicker_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_HasSelectedFiles" data-uid="C1.WPF.C1FilePicker.HasSelectedFiles">
          <a class="xref" href="C1.WPF.C1FilePicker.HasSelectedFiles.html#C1_WPF_C1FilePicker_HasSelectedFiles">HasSelectedFiles</a>
        </td>
        <td class="markdown level1 summary"><p>True, if files were selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_InitialDirectory" data-uid="C1.WPF.C1FilePicker.InitialDirectory">
          <a class="xref" href="C1.WPF.C1FilePicker.InitialDirectory.html#C1_WPF_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_C1FilePicker_IsFocused" data-uid="C1.WPF.C1FilePicker.IsFocused">
          <a class="xref" href="C1.WPF.C1FilePicker.IsFocused.html#C1_WPF_C1FilePicker_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets true if the control is focused, otherwise false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_MouseOverBrush" data-uid="C1.WPF.C1FilePicker.MouseOverBrush">
          <a class="xref" href="C1.WPF.C1FilePicker.MouseOverBrush.html#C1_WPF_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_C1FilePicker_Multiselect" data-uid="C1.WPF.C1FilePicker.Multiselect">
          <a class="xref" href="C1.WPF.C1FilePicker.Multiselect.html#C1_WPF_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_C1FilePicker_PressedBrush" data-uid="C1.WPF.C1FilePicker.PressedBrush">
          <a class="xref" href="C1.WPF.C1FilePicker.PressedBrush.html#C1_WPF_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_C1FilePicker_SelectedFile" data-uid="C1.WPF.C1FilePicker.SelectedFile">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectedFile.html#C1_WPF_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_C1FilePicker_SelectedFileName" data-uid="C1.WPF.C1FilePicker.SelectedFileName">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectedFileName.html#C1_WPF_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_C1FilePicker_SelectedFiles" data-uid="C1.WPF.C1FilePicker.SelectedFiles">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectedFiles.html#C1_WPF_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_C1FilePicker_TextAlignment" data-uid="C1.WPF.C1FilePicker.TextAlignment">
          <a class="xref" href="C1.WPF.C1FilePicker.TextAlignment.html#C1_WPF_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.C1FilePicker.html">C1FilePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_ValidationDecoratorStyle" data-uid="C1.WPF.C1FilePicker.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.C1FilePicker.ValidationDecoratorStyle.html#C1_WPF_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.C1ValidationDecorator.html">C1ValidationDecorator</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_Watermark" data-uid="C1.WPF.C1FilePicker.Watermark">
          <a class="xref" href="C1.WPF.C1FilePicker.Watermark.html#C1_WPF_C1FilePicker_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the watermark content.</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_C1FilePicker_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.C1FilePicker.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.C1FilePicker.ChangeVisualStateCommon.html#C1_WPF_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_C1FilePicker_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.C1FilePicker.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.C1FilePicker.ChangeVisualStateFocus.html#C1_WPF_C1FilePicker_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_ClearSelection" data-uid="C1.WPF.C1FilePicker.ClearSelection">
          <a class="xref" href="C1.WPF.C1FilePicker.ClearSelection.html#C1_WPF_C1FilePicker_ClearSelection">ClearSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the selected files.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_OnApplyTemplate" data-uid="C1.WPF.C1FilePicker.OnApplyTemplate">
          <a class="xref" href="C1.WPF.C1FilePicker.OnApplyTemplate.html#C1_WPF_C1FilePicker_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.C1FilePicker.html">C1FilePicker</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1FilePicker.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1FilePicker.OnPropertyChanged.html#C1_WPF_C1FilePicker_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_OnSelectedFilesChanged_System_EventArgs_" data-uid="C1.WPF.C1FilePicker.OnSelectedFilesChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.C1FilePicker.OnSelectedFilesChanged.html#C1_WPF_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_C1FilePicker_OpenRead" data-uid="C1.WPF.C1FilePicker.OpenRead">
          <a class="xref" href="C1.WPF.C1FilePicker.OpenRead.html#C1_WPF_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_C1FilePicker_RaisePropertyChanged_System_String_" data-uid="C1.WPF.C1FilePicker.RaisePropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.C1FilePicker.RaisePropertyChanged.html#C1_WPF_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_C1FilePicker_IsMouseOverChanged" data-uid="C1.WPF.C1FilePicker.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.C1FilePicker.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1FilePicker_PropertyChanged" data-uid="C1.WPF.C1FilePicker.PropertyChanged">
          <a class="xref" href="C1.WPF.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_C1FilePicker_SelectedFilesChanged" data-uid="C1.WPF.C1FilePicker.SelectedFilesChanged">
          <a class="xref" href="C1.WPF.C1FilePicker.SelectedFilesChanged.html">SelectedFilesChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.WPF.C1FilePicker.SelectedFiles.html#C1_WPF_C1FilePicker_SelectedFiles">SelectedFiles</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.WPF.Extensions.FindParent.html#C1_WPF_Extensions_FindParent__1_System_Windows_FrameworkElement_">Extensions.FindParent&lt;T&gt;(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetAllParents.html#C1_WPF_Extensions_GetAllParents_System_Windows_FrameworkElement_">Extensions.GetAllParents(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetVisualStateGroup.html#C1_WPF_Extensions_GetVisualStateGroup_System_Windows_FrameworkElement_System_String_">Extensions.GetVisualStateGroup(FrameworkElement, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___System_Windows_Data_IValueConverter_">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;, IValueConverter)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.C1TransformToVisual.html#C1_WPF_Extensions_C1TransformToVisual_System_Windows_UIElement_System_Windows_UIElement_">Extensions.C1TransformToVisual(UIElement, UIElement)</a>
  </div>

</div>
