wpf-6190-controls-and-libraries-data-editors.md
The WPF Data Editors library provides a set of editors and simple controls that can be used in WPF applications. Each editor provides a specific functionality that is required to edit data values of a certain type. In the Visual Studio IDE, all Data Editors and Simple Controls components are available on the DX.25.2.WPF: Common Controls toolbox tab.
WPF Data Editors can be used standalone or as in-place controls nested inside a container.
Most of the WPF Editors support the following features.
Masked Input and Data Validation
Value Formatting
WPF Data Editors Library includes a number of simple controls including the following.
Tip
Topic : Included Components
Various types of data can be processed using the following editors.
ColorEditor and PopupColorEditor
TokenCombobox
SearchLookup
Rating, ProgressBar and TrackBar Editors
DateNavigator
Listbox
Tip
Topic : Included Components
See Also