Actipro Editors is a control suite that implements several data entry controls for the Windows Presentation Foundation framework, including a masked textbox and parts-based editors. Each control has numerous options available and allows for a more intuitive/natural data entry.
The masked textbox can be used to restrict user input to a preconfigured regular expression mask, with support for alternations and quantifiers. Parts-based editors allow the various "parts" of an associated type to be modified individually, such as entering only the month part of a date. Numerous parts-based editors are provided for existing .NET types, including brushes, colors, and dates/times.
Helper assemblies are included to make integrating Editors into DataGrid, PropertyGrid and Ribbon a breeze.
|
Ensure the end user inputs data in the correct format using a regular expression mask. Customizable input prompts indicate to the user that additional data is must be entered.
[more]
|
Any UIElement, including existing parts, can be easily embedded in the parts-based editors. In addition, they can be intermixed and placed next to any generated items.
[more]
|
The days, months, years in a calendar can each have custom style. This can be used to given certain dates a distinct look or prevent them from being selected.
[more]
|
|
|
|
