Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.75 KB

overview.md

File metadata and controls

55 lines (38 loc) · 2.75 KB
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

{{ site.framework_name }} FilePathPicker Overview

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 %}

Figure 1: RadFilePathPicker in the Office2016 theme

RadFilePathPicker Overview

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.

Key Features

  • 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 Support and Learning Resources

See Also

  • [Getting Started]({%slug radfilepathpicker-getting-started%})
  • [Events]({%slug radfilepathpicker-events%})
  • [WatermarkTextBox Properties]({%slug radfilepathpicker-watermarktextbox-properties%})