728x90
private RepositoryItemButtonEdit buttonEditUp = new RepositoryItemButtonEdit()
{
TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor
};
private void initControl()
{
buttonEditUp.Buttons[0].Kind = DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph;
buttonEditUp.Buttons[0].Caption = "Upload";
buttonEditUp.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
}728x90
'Software > C#' 카테고리의 다른 글
| C# ASP.NET 에서 NAS(Network Attached Storage)에 파일을 쓰는 방법 (0) | 2025.05.31 |
|---|---|
| C# DevExpress - WinForm CustomRowCellEdit (0) | 2025.02.17 |
| C# 시작하기 - Mail Send 2 (0) | 2025.01.27 |
| C# 시작하기 - Mail Send (0) | 2025.01.27 |
| C# DevExpress - WinForm GridControl CheckEdit (0) | 2025.01.27 |