Articles in this section

Assign FilePath as the data source in WPF AutoComplete

 AutoComplete control supports three types of sources viz. FilePath, Registry and Custom.

The source of the AutoComplete control can be changed using the Source property and SourceMode enum of the AutoComplete class respectively.

To set the autocomplete source as FilePath, the following line of code can be used.

FilePath:

this.AutoComplete.Source = SourceMode.FilePath;

To set the autocomplete source as Registry, the following line of code can be used.

Registry:

this.AutoComplete.Source = SourceMode.Registry;

To set the autocomplete source as Custom, the following line of code can be used.

Custom:

this.AutoComplete.Source = SourceMode.Custom;



Conclusion

I hope you enjoyed learning about assigning FilePath as the data source in WPF AutoComplete.

You can refer to our WPF AutoComplete feature tour page to learn about its other groundbreaking feature representations. You can also explore our WPF AutoComplete documentation to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!


Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied