AlternatingBackColor

  • Thread starter Thread starter abdar
  • Start date Start date
A

abdar

what is the difference between
DataGrid.AlternatingBackColor
and
DataGridTableStyle.AlternatingBackColor
??
 
I did not use it, but I think that

If you do not use DataGridTableStyle, you can use
Datagrid.AlternatingBackColor is the AlternatingBackColor
but not
DatagridGridTableStyle.AlternatingBackColor

And I asume that while you use a DataGridTableStyle you want to set the
AlternatingBackColor using that

Just my thought

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top