The controls can be used separately, or they can be easily integrated into various other controls.
The Actipro Editors controls can be easily integrated into the Actipro PropertyGrid using a special Interop assembly. The Interop assembly provides several default property editors, which are used by the PropertyGrid control to associate a control (or DataTemplate) with one or more properties. Samples are included that show how to accomplish this, or to build your own custom property editors.

The controls provided by the Editors product can be easily integrated into the Actipro Ribbon using a special Interop assembly. The Interop assembly provides Ribbon compatible styles for the Editors controls, which allows them to blend in seemlessly with the existing Ribbon controls.

The controls provided by the Editors product can be easily integrated into Microsoft's WPF DataGrid using a special Interop assembly. The Interop assembly provides several custom DataGridColumn objects, which are used by the WPF DataGrid control to associate a control with a column. Samples are included that show how to use the controls provided by the Editors product with the WPF DataGrid.

