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