Frage

I am trying to change the cell colour of an EpiUltraGrid in Epicor.

The EpiUltraGrid is based on the Infragistics UltraGrid.

I have tried the following line of code:

grdPOSuggestions.Rows[i].Cells[13].Appearanace.BackColor = Color.LightGreen;

But I am presented with the following error:

'Infragistics.Win.UltraWinGrid.UltraGridCell' does not contain a definition for 'Appearanace'

How do I change a cells colour?

War es hilfreich?

Lösung

Check the spelling of "Appearance"

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top