1 write to footerStyle
System.Web (1)
UI\WebControls\Column.cs (1)
66
footerStyle
= new TableItemStyle();
8 references to footerStyle
System.Web (8)
UI\WebControls\Column.cs (8)
65
if (
footerStyle
== null) {
68
((IStateManager)
footerStyle
).TrackViewState();
70
return
footerStyle
;
79
return
footerStyle
;
408
if (
footerStyle
!= null)
409
((IStateManager)
footerStyle
).TrackViewState();
430
object footerStyleState = (
footerStyle
!= null) ? ((IStateManager)
footerStyle
).SaveViewState() : null;