|
详解DevExpress.LookUpEdit控件实现自动搜索定位功能|C/S开发框架
![]() 详解DevExpress.LookUpEdit控件实现自动搜索定位功能 推荐设置: C# 全选 能自动检索下拉窗体的记录,参考:
C# Code: // Summary: // Enumerates search modes for a lookup edior. public enum SearchMode { // Summary: // The incremental search is enabled only when the dropdown window is open. // If the window is closed, the user can modify the text in the edit box. However // these changes are ignored. // When the dropdown is open the incremental search is performed against the // column whose index is specified by the DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit.AutoSearchColumnIndex // property. The header of this column contains the search icon (binoculars). // The user can click a specific column header to perform the search against // this column. // The following screenshot shows a sample lookup editor. The incremental search // is performed against the second column. OnlyInPopup = 0, // // Summary: // Enables the automatic completion feature. In this mode, when the dropdown // is closed, the text in the edit box is automatically completed if it matches // a DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember // field value of one of dropdown rows. // When the dropdown is open, the automatic completion feature is disabled but // the editor allows you to perform an incremental search in the same manner // as when DevExpress.XtraEditors.Controls.SearchMode.OnlyInPopup mode is active. AutoComplete = 1, // // Summary: // Enables the incremental filtering feature. When you type within the edit // box, the editor automatically opens the dropdown window and displays only // records whose DevExpress.XtraEditors.Repository.RepositoryItemLookUpEditBase.DisplayMember // field value starts with the characters typed. Other records are not displayed. // If you enter a value that does not match any record, the dropdown window // will not contain any rows. // The following image shows a lookup editor when AutoFilter mode is enabled. AutoFilter = 2, } //来源:C/S框架网(www.csframework.com) QQ:1980854898
![]() 扫一扫加微信 ![]() 扫一扫加作者微信
参考文档:
C# VS自带的Chart图表控件实现实时折线图,波形图-C/S开发框架 CSFramework软件开发框架 | 使用扩展角色实现自定义权限控制|C/S开发框架 WinFramework轻量级开发框架 | LayoutControl界面自适应控件|C/S开发框架 详解DevExpress.LookUpEdit控件实现自动搜索定位功能 DevExpress XtraReport 开发指南|单表报表设计详解(C#)|C/S开发框架 Oracle:EFCore使用OracleBulkCopy实现批量导入数据|C/S开发框架 CSFrameworkV6 | 软件用户数授权 | 通过控制在线用户数实现逻辑|C/S开发框架 开发框架自适应布局(LayoutControl)操作步骤|C/S开发框架 ucButtonFunction 组件详解|MiniFramework蝇量框架|Winform框架|C/S开发框架 frmMsg通用消息提示窗体自定义消息窗体|C/S开发框架 SQL获取数据库中所有用户自定义存储过程、函数、触发器|C/S开发框架 TableInfoAttribute、KeyField、IgnoreField特性详解|C/S开发框架 C#.NET 6 实现全局异常处理-C/S开发框架 C#.NET RESTFul API详解-C/S开发框架 MQ消息队列(5)C#利用RabbitMQ实现消息订阅与发布-C/S开发框架
其它资料:
什么是C/S结构? | C/S框架核心组成部分 | C/S框架-WebService部署图 | C/S框架-权限管理 | C/S结构系统框架 - 5.1旗舰版介绍 | C/S结构系统框架 - 功能介绍 | C/S结构系统框架 - 产品列表 | C/S结构系统框架 - 应用展示(图) | 三层体系架构详解 | C/S架构轻量级快速开发框架 | C/S框架网客户案例 | WebApi快速开发框架 | C/S框架代码生成器 | 用户授权注册软件系统 | 版本自动升级软件 | 数据库底层应用框架 | CSFramework.CMS内容管理系统 | |
在线客服








