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