1 write to footerStyle
System.Web (1)
UI\WebControls\DataGrid.cs (1)
366
footerStyle
= new TableItemStyle();
8 references to footerStyle
System.Web (8)
UI\WebControls\DataGrid.cs (8)
365
if (
footerStyle
== null) {
368
((IStateManager)
footerStyle
).TrackViewState();
370
return
footerStyle
;
1706
item.MergeStyle(
footerStyle
);
1838
object footerStyleState = (
footerStyle
!= null) ? ((IStateManager)
footerStyle
).SaveViewState() : null;
1887
if (
footerStyle
!= null)
1888
((IStateManager)
footerStyle
).TrackViewState();