3 references to RowStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
3564
((IStateManager)
RowStyle
).LoadViewState(myState[5]);
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
654
result.
RowStyle
.BackColor = ColorTranslator.FromHtml("#efefef");
655
result.
RowStyle
.ForeColor = Color.Black;