728x90
{
RepositoryItemComboBox comboBox = new RepositoryItemComboBox();
comboBox.Items.AddRange(new string[] { "A", "B", "C", "D" });
grd.RepositoryItems.Add(comboBox);
gv.Columns["s"].ColumnEdit = comboBox;
}
728x90
반응형
'Software > C#' 카테고리의 다른 글
C# DevExpress - WinForm GridControl CheckEdit (0) | 2025.01.27 |
---|---|
C# DevExpress - WinForm GridControl ImageCombo (0) | 2025.01.27 |
C# DevExpress - Winform GridControl Cell DataBar (0) | 2025.01.27 |
C# 시작하기 - 날짜형 변환 (0) | 2025.01.21 |
C# DevExpress - WinForm GridControl Header 90회전 (1) | 2025.01.20 |