1 write to footerStyle
System.Web (1)
UI\WebControls\DataList.cs (1)
248
footerStyle
= new TableItemStyle();
8 references to footerStyle
System.Web (8)
UI\WebControls\DataList.cs (8)
247
if (
footerStyle
== null) {
250
((IStateManager)
footerStyle
).TrackViewState();
252
return
footerStyle
;
1248
compositeStyle =
footerStyle
;
1400
object footerStyleState = (
footerStyle
!= null) ? ((IStateManager)
footerStyle
).SaveViewState() : null;
1439
if (
footerStyle
!= null)
1440
((IStateManager)
footerStyle
).TrackViewState();