반응형 change the row color2 WPF & DevExpress GridControl RowColor #2 dynamic 이전과 다르게 source data의 값을 활용하여, row color을 변경하였다. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigatio.. 2021. 3. 30. WPF & DevExpress GridControl RowColor #1 Basic devexpress의 레퍼런스 참고해서 컬러를 넣을 때... 완전 비효율이다. Winform의 RowStyle처럼 바꾸면 좋은데.. 그렇지 못하다. T T using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media... 2021. 3. 30. 이전 1 다음 반응형