Editors for WPF

Part-based and masked editors, for everything from date/time to currency entry

  • Edit box controls for common .NET data types such as dates, times, numbers, brushes, colors, enumerations, sizes, and many more
  • Other controls include a regex-based masked textbox, auto-complete box, calculator, month calendar, star rating, gradient stop slider, and various color component pickers
  • Each control has unique designs, specifically crafted to support input by keyboard, mouse, touch, and pen

Features

Editors include numerous features and control types focused on providing the optimal end-user experience.

Edit Boxes for .NET Types

Edit Boxes for .NET Types

Specialized edit boxes have been created for Brush, Byte, Color, CornerRadius, Date, DateTime, Double, Enum, Guid, Int16, Int32, Int32Rect, Int64, Point, Rect, Single, Size, Thickness, Time, TimeSpan, and Vector data entry.

Easy Value Entry

Easy Value Entry

Type values directly into edit boxes, use arrow keys or spinners to increment them, or show the drop-down to select a value from one of many unique value pickers.

Cycling Values

Edit box values can typically be incremented or decremented using the up/down arrow keys or the mouse wheel. Page Up/Down can also adjust larger step values.

Moving Between Parts

Some edit boxes have multiple part values (e.g. hour, minutes, seconds). The left/right arrow keys move between parts and select the entire value for efficient data entry.

Min/Max Values

Minimum and maximum values can be specified for most of the edit boxes. For aggregate types with multiple part values (e.g. Rect), you can restrict each part.

Placeholder Text

All edit boxes support null values as an option for when the edit box is cleared. Placeholder text can appear in the edit area to prompt the user for values.


Auto-Complete TextBox

Auto-Complete TextBox

The AutoCompleteBox control is a TextBox that also has a popup for presenting a list of suggested items as values are typed. Suggested items can be filtered and highlighted.

Masked TextBox

Masked TextBox

The MaskedTextBox control is a powerful TextBox that can restrict user input based on a regular expression or wildcard pattern, intelligently prompting for masked characters.

Country and Currency

Country and Currency

The country and currency ComboBox controls are pre-populated with ISO country and currency data that can be filtered however you require.

Month Calendar

Month Calendar

Select one or more dates using MonthCalendar, a customizable control with animated view transitions, day name and week number display options, and disabled day support.

Rating

Rating

The Rating control renders glyphs that can be used to present or collect a user rating. The glyphs are customizable and support two orientations.

Gradient Stop Slider

Gradient Stop Slider

The GradientStopSlider control is specialized to support modifying the stops within a gradient brush. Double-click to add, drag to reorder, and drag away to remove a slot.

Value Pickers

Value pickers are specialized input panels for various data types, generally used in edit box drop-downs.

Color

Color

Colors are picked via a radial hue slider and saturation/brightness square, or RGB values are entered directly. Alpha transparency can optionally be input as well.

Brush

Brush

Solid and gradient Brush values are supported with a picker that combines our Color selection interface with a gradient stop slider for managing stops.

Enumeration

Enumeration

Quickly select values for both flags and non-flags enum types. Flags enums allow for multiple value selection and grouping of related items.

Number

Number

Numerical data types (e.g. Int32, Double) can utilize a radial slider for quick value selection or buttons to step the value.

Calculator

Calculator

Numerical data types have an alternate calculator interface where numeric results can be generated by common mathematical operations.

Date

Date

Dates can be selected via a month calendar control with fluent animations between month, year, decade, and century views.

Time

Time

Time values can be selected via two radial sliders with a familiar design similar to a standard analog clock.

Tabbed Parts

Tabbed Parts

Aggregate types with multiple part values (e.g. Rect, TimeSpan) have a tabbed interface to access an appropriate picker for each part.

Actipro Editors uses many intuitive techniques to support efficient data input.

Interoperability

All controls can be used standalone or easily integrated into various other usage scenarios.

Property Grid

Editors can be automatically injected as property editors within PropertyGrid (part of our Grids product) for comprehensive natural data entry. Discover Grids.

Ribbon

When used with our Ribbon product or general ToolBars, edit boxes can alter their appearance to blend in seemlessly based on their usage context. Discover Ribbon.

Data Grid

Integrate editors with Microsoft's WPF DataGrid to provide user-friendly input and presentation of data values for individual data columns in the grid.

Standalone Usage

The control appearances align with other native controls, allowing them to be dropped right into an app and be instantly approachable by end users.

Controls

This product includes these UI controls, for use in applications built with the WPF platform:

AutoCompleteBox
BrushEditBox
BrushPicker
ByteEditBox
BytePicker
Calculator
ColorEditBox
ColorPicker
CornerRadiusEditBox
CornerRadiusPicker
CountryComboBox
CurrencyComboBox
DateEditBox
DatePicker
DateTimeEditBox
DateTimePicker
DoubleEditBox
DoublePicker
EnumEditBox
EnumListBox
EnumPicker
GradientStopSlider
GuidEditBox
HsbColorPicker
Int16EditBox
Int16Picker
Int32EditBox
Int32Picker
Int32RectEditBox
Int32RectPicker
Int64EditBox
Int64Picker
MaskedTextBox
MonthCalendar
PointEditBox
PointPicker
RadialHuePicker
Rating
RatingItem
RectEditBox
RectPicker
SaturationBrightnessPicker
SingleEditBox
SinglePicker
SizeEditBox
SizePicker
Spinner
ThicknessEditBox
ThicknessPicker
TimeEditBox
TimePicker
TimeSpanEditBox
TimeSpanPicker
VectorEditBox
VectorPicker

Explore Other WPF Controls

Next Steps

Free Evaluation

The best way to learn about our UI controls and their features is to download a free trial. This will allow you to see samples, documentation, and integrate them into your own apps.

Download Trial

Need Help?

Do you have any licensing or sales questions? Do you have a technical question while evaluating? Please contact us so that our friendly staff can assist you.

Contact Us

Licensing

When your app's development team is licensed, you can distribute an app using our royalty-free UI controls to anyone. Our purchase page helps you calculate the licensing to meet your needs.

Purchase Licenses


Online Documentation

All product documentation topics and a complete API reference are available for browsing on our web site.

View Documentation

GitHub Repository

Clone our open-source repository on GitHub for the full source of the WPF Controls sample projects and documentation topics.

View Repository

NuGet Packages

Install product NuGet packages from nuget.org into any project, and easily update when new versions are released.

View Packages