登录 注册
当前位置:主页 > 资源下载 > Devexpress入门中常设置的GridView属性

Devexpress入门中常设置的GridView属性

  • 更新:2024-06-24 08:07:26
  • 大小:1.43MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:游戏开发 - 课程资源
  • 格式:PPT

资源介绍

GridView常设置属性 this.gridView1.OptionsBehavior.Editable = false;//禁止编辑 this.gridView1.OptionsCustomization.AllowFilter = false;//不允许使用过滤 this.gridView1.OptionsCustomization.AllowSort = false;//不允许使用排序 this.gridView1.OptionsView.ShowGroupPanel = false;//不显示组面板 this.gridView1.OptionsView.ColumnAutoWidth =true;//如果宽度溢出,自动出现滚动条 this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;//禁止单元格获得焦点 this.gridView1.Appearance.SelectedRow.BackColor = Color.Transparent;//选择的行背景透明 广州易麦科技 http://www.inmes.cn