728x90
devexpress checkedcomboboxedit 에서 로드시 전체 선택을 할때
foreach (DevExpress.XtraEditors.Controls.CheckedListBoxItem item in checkedcomboboxedit1.Properties.Items)
{
item.CheckState = CheckState.Checked;
}
728x90
'프로그래밍 > C#' 카테고리의 다른 글
C# 윈폼을 원하는 위치에 띄우기 (0) | 2020.05.23 |
---|---|
c# webBrowser 이벤트 관련 내용 (0) | 2020.05.21 |
C# 마우스 드래그로 폼 움직이기 (0) | 2019.12.01 |
C# 폼 최소화,최대화 닫기 버튼 없애기, 상단 바 없애기 (0) | 2019.12.01 |
C# 나이 계산 만나이 계산 (0) | 2019.11.12 |
댓글