반응형

C# -- DataGridView 에 List 바인딩시, attribute 이용한, 컬럼명 변경 or 숨기기




** List 와 DataGridView 를 binding 시킨후에는, List 에 직접 data 추가하면 안됨.

    --> 그냥 BindingSource.Add( ) 를 사용하면됨.





** binding 할 List data 의 class 만들때, Property 위에 Atrribute 를 적으면,

  DataGridView 상에서 column 명을 바꾸거나, 해당 column 을 숨길수있다.





1.Attribute 사용전








2. Attribute 사용후







< 소스 >



반응형
Posted by 자유프로그램
,