質問

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?

役に立ちましたか?

解決

Check the spelling of "Appearance"

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top