1 write to _footerStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
852
_footerStyle
= new TableItemStyle();
9 references to _footerStyle
System.Web (9)
UI\WebControls\GridView.cs (9)
851
if (
_footerStyle
== null) {
854
((IStateManager)
_footerStyle
).TrackViewState();
856
return
_footerStyle
;
3997
if (ShowFooter &&
_footerStyle
!= null) {
3998
row.MergeStyle(
_footerStyle
);
4292
object footerStyleState = (
_footerStyle
!= null) ? ((IStateManager)
_footerStyle
).SaveViewState() : null;
4393
if (
_footerStyle
!= null)
4394
((IStateManager)
_footerStyle
).TrackViewState();