This page is a Draft, its content is not complete and might contain errors.
EditView Extensions
View extension allow the implementor to add actions to the menu of a view.
A view extension is configured per view using the mobile configurator. This allows different views to have different extensions.
To implement a viewextension you must implement the IViewExtension interface. In the Configure method you can setup the actions menu items and enable or disable the MultiSelect option.
See Also