Skip to main content
A newer version of this page is available. .
All docs
V22.1
.NET Framework 4.5.2+

UI Customization

  • 2 minutes to read

This tutorial section explains how to customize the automatically generated user interface.

Visual elements in your XAF application are based on the data classes that you declare and the information from the assemblies that your application references. All the received information is metadata - data that defines database structure and application features in a neutral format that you can adopt to any target platform. This metadata is called the Application Model. It is a powerful tool that allows you to make changes to your application.

To customize the Application Model at design time, use the Model Editor. It opens directly from Visual Studio.

The following lessons explain how to use the Model Editor:

If the required option is not available in the Model Editor, you can directly access the options of controls used in the application. Review the following topics to learn more: