随笔分类 - DevExpress
摘要:ShowCardExpandButton GridCardExpandButton
阅读全文
摘要:1 19 20 21 22 LookUpEdit 1 2 3 4 5 6 7 8 9 10 ...
阅读全文
摘要:1 8 9 10 Invert selection11 Get selection12 13 14 15 16 17 18 19 20 ...
阅读全文
摘要:1 5 6 7 8 68 69 70 71 72 73 74 75 76 77 Button Style
阅读全文
摘要:Devexpress
阅读全文
摘要:AddOperationColum public void AddOperationColum() { if (!isOpen) return; GridColumn NewColumn = this.gridView1.Columns.AddField("Operation"); NewColumn.VisibleIndex = this.gridView1.Columns.Count; NewColumn.UnboundType = DevExpress.D...
阅读全文
摘要:DevExpress skin 1 2 //加载皮肤 3 void InitSkinGallery() 4 { 5 SkinHelper.InitSkinGallery(rgbiSkins, true); 6 } 7 8 9 //构造函数初始化是加载皮肤10 public MasterForm()11 {12 InitializeComponent();13 InitSkinGallery();14 }选项卡切换 private DevE...
阅读全文
摘要:(一)双击展开,收缩字表ExpandedChild1 Private Sub ExpandedChild(ByVal sender As DevExpress.XtraGrid.Views.Grid.GridView)2 '找出焦点行3 Dim VIntPage As Integer = sender.FocusedRowHandle4 If sender.GetMasterRowExpanded(VIntPage) Then5 sender.CollapseMasterRow(VIntPage)6 Else7 sender.ExpandMasterRow(VIntPage)8 End
阅读全文
摘要:Excel带入数据 DevExpress
阅读全文

浙公网安备 33010602011771号