InputPanel for .NET Apps
Full data entry form for .NET applications.
Add a full data entry form with a single line of code.


Validation
Built-in validation performs during property change events once the edit is committed

Integration
Integrate XAML InputPanel with data grids and other controls for additional functionality

Annotations
Data annotations in XAML allow the app to control which fields are hidden, field formatting, max field length, and more without custom code

Visual Styles
Built-in visual styles allow you to easily update the look of the control to match Office themes

Tab Ordering
Automatic tab order allows you to make changes without restructuring tab order

Graphical Elements
Easily add graphical elements like ToolTips at design time, and include HTML and image options

Dynamic Forms
Create dynamic forms to add items to the control at runtime and specify sequence and location
Get Started with InputPanel
As an added resource, check out a quick video that will get you started with InputPanel
Platform Highlights
Feature | WinForms | WPF and UWP |
Native Input Controls | ||
TextBox, NumericBox, masked text box | ✔ | |
Date and time picker | ✔ | ✔ |
ComboBox and CheckBox | ✔ | ✔ |
Drop-down List | ✔ | |
RadioButton, SplitButton | ✔ | |
Menu, ProgressBar, GroupHeader | ✔ | |
Label, HTML Label | ✔ | |
Calendar | ✔ | |
Add, edit, delete operations | ✔ | ✔ |
Navigation and pagination operations | ✔ | ✔ |
Data Binding | Any .NET data source | Any IEnumerable data source |
Data annotations | ✔ | |
AutoCommit settings | ✔ | ✔ |
DataTemplate support | ✔ | |
CustomFields support | ✔ | |
Keyboard Accelerator support | ✔ | ✔ |
Validation and error handling | ✔ | ✔ |
Easy integration with data grids and other controls | ✔ | |
ToolTips | ✔ | ✔ |
Automatic scrollbars | ✔ | N/A |
Extensive layout support | ✔ | ✔ |
Built-in Office themes | ✔ | ✔ |
Localization | 25+ cultures | |
Pagination | ✔ | ✔ |
Add/Delete/Submit/Edit/Cancel | ✔ | ✔ |