https://docs.devexpress.com/WindowsForms/DevExpress.XtraEditors.ButtonEdit <참조>

 

ButtonEdit Class | WinForms Controls | DevExpress Documentation

ButtonEdit Class The text editor that displays buttons in the edit box. Namespace: DevExpress.XtraEditors Assembly: DevExpress.XtraEditors.v21.1.dll Declaration C# VB.NET public class ButtonEdit : TextEdit Public Class ButtonEdit Inherits TextEdit The foll

docs.devexpress.com

ButtonEdit 을 클릭 후 우측위에 나타나는 화살표 버튼을 클릭하고 나타나는 창에서 Buttons 를 선택한다.

 

kind로 버튼 종류를 선택한다. 

추가하게 되면 아래와 같이 해당 버튼들이 에디터에 추가된다.

위와 같은 이미지 처럼 사용할 수 있다. 

ButtonClick 이벤트는 버튼 클릭시 발생하며 Kind를 통해 어떤 버튼을 클릭했는지 구별할 수있다.

'DevExpress' 카테고리의 다른 글

AllowCellMerge  (0) 2021.09.23
Change Editor Type  (0) 2021.09.17
Cell Merge  (0) 2021.03.19
Group Summary  (1) 2021.03.19

+ Recent posts