/XAF_how-to-add-custom-buttons-actions-to-the-lookup-and-popup-windows

Аdd a new button to popup/lookup windows. Click on this button invokes a custom Action (display a sample message box).

Primary LanguageC#OtherNOASSERTION

XAF - Add Custom Buttons (Actions) to Lookup and Popup Windows

This example adds a new Action In Popup button to popup/lookup windows. Click on this button invokes a custom Action (display a sample message box).

To display a custom button, create a new ViewController with a Simple Action and set its Category property to PopupActions.

Refer to the following topic for more information: Add Actions to a Pop-up Window.

image

Files to Review

Documentation

More Examples