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