본문 바로가기
프로그래밍/C#

devexpress checkedcomboboxedit selet all

by 젤리씨 2020. 3. 25.
728x90

devexpress checkedcomboboxedit 에서 로드시 전체 선택을 할때



foreach (DevExpress.XtraEditors.Controls.CheckedListBoxItem item in checkedcomboboxedit1.Properties.Items)

            {

                item.CheckState = CheckState.Checked;

            }


728x90

댓글