title | page_title | description | slug | tags | position | CTAControlName |
---|---|---|---|---|---|---|
Overview |
Overview |
This article lists the main features of the RadFilePathPicker control. |
radfilepathpicker-overview |
overview, radfilepathpicker |
0 |
RadFilePathPicker |
RadFilePathPicker is a control which allows users to select a file or a directory from the file system or directly type the full path to it in the editor.
{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}
As every control from UI for WPF, RadFilePathPicker comes with a set of pre-defined themes. Of course, if you choose to do so, you can design your own templates for a completely custom look.
-
Dialog Type: The control allows you to choose the type of file dialog, which is opened. You can learn more about that in the [Dialog Types]({%slug radfilepathpicker-dialog-types%}) article.
-
RoutedUI commands: Check the [Commands]({%slug radfilepathpicker-commands%}) article for more information on the exposed commands.
-
IconTemplateSelector: The [IconTemplateSelector]({%slug radfilepathpicker-icontemplateselector%}) allows you to easily change the displayed icon depending on the FilePath.
-
Enhanced Routed Events Framework: The events system of the control will help your code become even more elegant and concise.
tip Get started with the control with its [Getting Started]({%slug radfilepathpicker-getting-started%}) help article that shows how to use it in a basic scenario.
Check out the online demos at demos.telerik.com.
{% if site.site_name == 'WPF' %}
- Telerik UI for WPF FilePathPicker Homepage
- [Get Started with the Telerik UI for WPF FilePathPicker]({%slug radfilepathpicker-getting-started%})
- Telerik UI for WPF API Reference
- [Getting Started with Telerik UI for WPF Components]({%slug getting-started-first-steps%})
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF FilePathPicker Forums
- Telerik UI for WPF Knowledge Base {% endif %}
- [Getting Started]({%slug radfilepathpicker-getting-started%})
- [Events]({%slug radfilepathpicker-events%})
- [WatermarkTextBox Properties]({%slug radfilepathpicker-watermarktextbox-properties%})