Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
XAM Row Color
posted

I tried this one but getting the Error::Cannot implicitly convert type 'System.Drawing.Brush' to 'System.Windows.Media' 

 RecordCollectionBase
recordCollection = grdPayments.Records;foreach (Record rec in recordCollection)

{

if (m_count == grdPayments.Records.Count)

{

DataRecordPresenter.FromRecord(rec).Background = Brushes.Orange;

}

}