ICode9

精准搜索请尝试: 精确搜索
  • xaf--属性定义,关联属性立刻生效2022-01-28 18:03:14

    using DevExpress.ExpressApp.ConditionalAppearance; using DevExpress.ExpressApp.Editors; //... [ImmediatePostData] public bool IsMarried { // ... } [Appearance("Single", Visibility = ViewItemVisibility.Hide, Criteria = "!IsMarried",

  • .NET应用程序UI控件DevExpress XAF v21.2 - 全新升级BI仪表板模块2021-12-30 09:33:17

    DevExpress XAF是一款强大的现代应用程序框架,允许同时开发ASP.NET和WinForms。DevExpress XAF采用模块化设计,开发人员可以选择内建模块,也可以自行创建,从而以更快的速度和比开发人员当前更强有力的方式创建应用程序。 DevExpress XAF v21.2已发布,新版本增强了BI仪表盘模块、增加了

  • XAF-UI元素概述2021-12-10 14:01:22

    XAF框架会根据业务模型自动生成默认的UI。一般来说,您可以使用默认的用户界面,但如果它不符合您的要求,您可以自定义它。要做到这一点,你应该知道UI是由哪些元素组成的,以及你可以自定义什么元素,以实现替换或添加功能。 有关此的一般信息在本主题中提供。有关每个元素的详细信息,请参

  • DevExpress如何汉化XAF2021-09-09 18:33:06

    https://www.shuzhiduo.com/A/1O5EQx757a/ 下载汉化包:DevExpressLocalizedResources_2021.1_zh-Hans.exe 运行上面的exe,会在当前目录下解压出一大堆 xxxxx.resources.dll 资源文件,这些就是汉化的资源dll文件 打开项目:    如上图所示,在Win和Web项目下各自创建一个汉化文件夹,把我

  • 跨平台.NET应用程序界面开发新亮点 - 增强的UI2021-08-02 09:31:07

    DevExpress XAF是一款强大的现代应用程序框架,允许同时开发ASP.NET和WinForms。DevExpress XAF采用模块化设计,开发人员可以选择内建模块,也可以自行创建,从而以更快的速度和比开发人员当前更强有力的方式创建应用程序。 DevExpress XAF v21.1已发布,新版本增强了WinForms UI、ASP.NET

  • XAF 自定义用户与角色的例子2021-06-13 19:06:11

    1、How to: Implement a Custom Security System User Based on an Existing Business Class 2、How to: Use Custom Logon Parameters and Authentication 3、How to: Implement Custom Security Objects (Users, Roles, Operation Permissions)     10、How to implement the

  • 创建一个带身份验证与用户授权的XAF,需要安装的包与各项配置2021-06-08 09:01:57

        本文描述:从一个不安全的基本XAF,转变成一个安全的XAF(带身份验证与用户授权),必须的包与配置。 1、创建一个基础XAF,包括的内容,参考:   新建一个 面向目标 net5 的基础 XAF 项目(Win或者Blazor,不带安全的身份认证与授权) 。 2、创建一个带安全的XAF,比较两者:包与配置的差异,以便学

  • 新建一个 面向目标 net5 的 XAF 项目(Win或者Blazor)2021-06-06 11:05:13

    一、新建             新建一个 面向目标 net5 的 XAF 项目(Win或者Blazor),会产生三个项目,其中一个主项目(启动项目),另两个是库项目,被主项目引用。其中一个可重用于同种项目类型,命名:XXXX.Module.       面向 net5 的 XAF 项目,已经不支持 Access 数据库,主要是 XPO 没

  • 在博客园注册 本Blog 的说明 ---- XAF 开发应用2021-06-06 10:03:17

    为了开发 XAF (eXpressApp Framework 简称 XAF)在工程行业的应用,特别注册本Blog。  注册绑定了专用邮箱:eccorp@126.com ,  并注册了一个对应的:eccorp@163.com。   介绍参考:https://www.devexpress.com/products/net/application_framework/ 开发文档:https://docs.devexpress.c

  • 跨平台UI开发框架DevExpress XAF 拥有超强性能,你Get了吗?2021-05-12 10:03:37

    DevExpress技术交流群3:700924826      欢迎一起进群讨论 DevExpress eXpressApp Framework(XAF)是一款强大的现代应用程序框架,允许同时开发ASP.NET和WinForms。XAF采用模块化设计,开发人员可以选择内建模块,也可以自行创建,从而以更快的速度和比开发人员当前更强有力的方式创建

  • 跨平台UI开发框架DevExpress XAF正式发布ASP.NET Core Blazor Server UI2020-12-29 09:57:33

    上DevExpress中文网,获取第一手最新产品资讯! DevExpress eXpressApp Framework(XAF)是一款强大的现代应用程序框架,允许同时开发ASP.NET和WinForms。XAF采用模块化设计,开发人员可以选择内建模块,也可以自行创建,从而以更快的速度和比开发人员当前更强有力的方式创建应用程序。 DevEx

  • XAF控制器(按钮)2020-11-16 13:31:29

    控制器按钮属性 名称 说明 Name 按钮代码名称 ActionMeaning Unknown 对话框生效后,无意义 Accept 对话框生效后同意,相当于”OK”按钮, Cancel 对话框生效后取消 Caption 按钮显示文字 Category 按钮显示的位置 ConfirmationMessag

  • XAF 设置弹出窗口的默认大小和样式2020-08-07 11:32:08

    将以下代码添加到Global.asax.cs(Global.asax.vb)文件中的Application_Start方法中。  https://docs.devexpress.com/eXpressAppFramework/113456/task-based-help/miscellaneous-ui-customizations/how-to-adjust-the-size-and-style-of-pop-up-dialogs-asp-net   using DevE

  • How to: Specify a Display Member (for a Lookup Editor, Detail Form Caption, etc.)如何:指定显示成员(用于查找编辑器、详2019-12-18 12:02:50

    Each business object used in an XAF application should have a default property. The default property value is treated as a human-readable identifier in an XAF application UI (e.g., FullName of a Contact, Subject of a Task, etc.). Default property values a

  • Access the Security System in Code 在代码中访问安全系统2019-12-18 12:01:49

    This lesson will guide you through using the static SecuritySystem class to check whether or not a user has particular permission. The SetTask Action will be accessible to users who have permission to modify DemoTask objects. 本课将指导您使用静态安全系统类检

  • Add the Scheduler Module 添加计划程序模块2019-12-18 12:01:04

    Important 重要 Scheduler requires the Event business class to be in your XAF application model. Follow the steps described in the Add a Class from the Business Class Library (EF/XPO ) lesson to learn how to add it. 计划程序要求事件业务类位于 XAF 应用程序模

  • Place an Action in a Different Location 设置按钮的显示位置2019-12-12 15:52:00

    In this lesson, you will learn how to place an Action in the required place. For this purpose, the ClearTasksAction that was defined in the Add a Simple Action lesson will be used. It is located together with the SaveTo, ExecuteReport and Refresh Actions.

  • XAF导航系统介绍2019-12-11 12:55:57

    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

  • Comprehensive Tutorial (MainDemo Application) 综合教程(MainDemo应用程序)2019-12-11 12:53:33

    Follow this tutorial to create a simple application used to store contacts and other related objects as you learn about the fundamentals of the eXpressApp Framework. Reviewing the XAF Architecture topic about the basic concepts used throughout this tutori

  • Reuse Implemented Functionality 重用实现功能2019-12-11 12:51:48

    A default XAF solution contains one platform-agnostic (shared) module and platform-dependent modules for each application. This topic describes how to add extra modules and business objects from an external library to the shared module to extend the appli

  • Create an XAF Application 创建一个XAF应用程序2019-12-11 11:00:06

    This topic describes how to use the Solution Wizard to create XAF applications and specify a connection string. 本主题介绍如何使用解决方案向导创建XAF应用程序并指定连接字符串。 #Create the WinForms and ASP.NET Applications From the Visual Studio main menu, s

  • CodeGo.net>如何在devexpress xaf audittrail模块的列表视图中显示时间部分2019-11-23 07:06:20

    将以下代码添加到业务对象 private XPCollection<AuditDataItemPersistent> changeHistory; public XPCollection<AuditDataItemPersistent> ChangeHistory { get { if (changeHistory == null) { chan

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有