https://www.devexpress.com/Support/Center/Example/Details/E380…
In this lesson, you will learn how to change the style of navigation items in a WinForms XAF application. By default, a 32x32 icon with a label below is displayed for each item. This style is inconvenient when you have many navigation items. To save…
第一种:ViewController继承WindowController public abstract class MyWindowController : WindowController { public MyWindowController() { InitializeComponent(); } protected override void OnActivated() { base.OnActivated(); DevExpress.ExpressApp.SystemModule.S…
The Permission Policy determines Security System behavior when there are no explicitly specified permissions for a specific type, object or member. The default permission policy can be selected when creating a new XAF application using the Solution W…
In XAF, the business model defines the database structure and UI appearance. Changes to your persistent classes affect the UI. For example, if you add a new property to a business class, a new editor is added to the list and detail forms. You can use…
https://developer.android.com/training/system-ui/navigation.html View decorView = getWindow().getDecorView(); // Hide both the navigation bar and the status bar. // SYSTEM_UI_FLAG_FULLSCREEN is only available on Android 4.1 and higher, but as // a ge…
Navigation Drawer Creating a Navigation Drawer The navigation drawer is a panel that transitions in from the left edge of the screen and displays the app’s main navigation options. Displaying the navigation drawer The user can bring the navigation dr…
This topic demonstrates how to use the Model First entity model and a DbContext entity container in an XAF application. 本主题演示如何在 XAF 应用程序中使用模型第一实体模型和 DbContext 实体容器. 1. Add the Entity Data Model In the Solution Explorer, right-click the MySolution.Mo…
Navigation System 导航系统 10 min to read 阅读时长10分钟 This topic introduces the concept of the navigation system and describes its basic features. This post will cover the building blocks the navigation system includes, as well as how it operates on the ins…
In the meantime, you should use the Model Editor to create such a navigation structure. There are several solutions for cases when DevExpress.Persistent.Base > NavigationItemAttribute is insufficient to define a simple navigation structure (item and…