一、首次建立
1、可直接從工具欄拉乙個popupmenu出來,
2、右鍵customize,yes(提示是否自動建立barmanager,並為popupmenu繫結這個barmanager):
3、編輯popupmenu選單項,
4、把popupmenu的屬性的manager設定為barmanager,
5、設定需要彈出右鍵選單的控制項的mouseup事件12
34if
(e.button == mousebuttons.right)
二、同一窗體下的第二個popupmenu
1、新建個popupmenu,
2、編輯其customize選單項,
3、然後在之前的barmanager上右鍵進入designer,
4、設定選單項屬性和事件
5、設定需要彈出右鍵選單的控制項的mouseup事件12
34if
(e.button == mousebuttons.right)
三、事件
右鍵barmanager1控制項,雙擊itemclick事件
privatevoid barmanager1_itemclick(object
sender, devexpress.xtrabars.itemclickeventargs e)
popupmenu1.hidepopup(); //點選後隱藏
}
參考:1 devexpress元件之——popupmenu元件
DevExpress控制項之 treeList
1 optionsselection invertselection 設定選中風格是只應用於選中的cell,還是應用於除選中的cell之外的所有 cell。預設為false,即後者 multiselect 是否可以選擇多個node。預設為false。2 optionsview autocalcpre...
DevExpress控制項之XtraTreeList
devexpress控制項,最近的專案裡有用到 功能確實強大,乙個控制項抵的上以前vs自帶控制項的幾個,算得上是復合控制項的。今天來記下xtratreelist 控制項使用,備忘 1.treelist1繫結資料 public void initdate 其中的 this.treelist1.pare...
DevExpress控制項之XtraTreeList
devexpress控制項,最近的專案裡有用到 功能確實強大,乙個控制項抵的上以前vs自帶控制項的幾個,算得上是復合控制項的。今天來記下xtratreelist 控制項使用,備忘 1.treelist1繫結資料 public void initdate 其中的 this.treelist1.pare...