DekGenius.com
[ Team LiB ] Previous Section Next Section

TableDesignerdisposable

System.Web.UI.Design.WebControls (system.design.dll)class

This class provides the design-time representation of the System.Web.UI.WebControls.Table control. This closely resembles the runtime representation, except when the table is empty (in which case dummy data is used) or if you use code to modify the table programmatically before it is displayed.

public class TableDesigner : System.Web.UI.Design.ControlDesigner {
// Public Constructors
   public TableDesigner( );
// Public Instance Methods
   public override string GetDesignTimeHtml( );            // overrides System.Web.UI.Design.ControlDesigner
   public override string GetPersistInnerHtml( );          // overrides System.Web.UI.Design.ControlDesigner
}

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter) System.Web.UI.Design.HtmlControlDesigner System.Web.UI.Design.ControlDesigner TableDesigner

    [ Team LiB ] Previous Section Next Section