摘要:
1. Item图标大小显示 需要先设置此Item所在Group的属性GroupStyle的值为LargeImageText。 阅读全文
摘要:
1. 百分号显示格式 百分号:{0:P}表示显示为百分号模式。如数据源中为0.5。表示出来为50% 阅读全文
摘要:
1. 创建按钮: (1)添加引用:Imports DevExpress.XtraEditors.ButtonsPanelControl (2)添加按钮语句:GroupControl1.CustomHeaderButtons.Add(New GroupBoxButton("显示的名称", Nothin 阅读全文
摘要:
1. 增加按钮: Combo_订单类型.Properties.Items.Clear()Select Case Combo_客户名称.EditValue Case "ABC" Combo_订单类型.Properties.Items.Add("CCPS 仓储配送", "仓储配送", -1) Case 阅读全文
摘要:
1. 关闭TabControl选项卡: Private Sub TabControl_Main_CloseButtonClick(sender As Object, e As EventArgs) Handles TabControl_Main.CloseButtonClick Dim TpA As 阅读全文