| DesignerDataBoundLiteralControl | disposable |
| System.Web.UI (system.web.dll) | sealed class |
This class is used for data-binding expressions configured at design time. You do not need to create this control directly. public sealed class DesignerDataBoundLiteralControl : Control { // Public Constructors public DesignerDataBoundLiteralControl( ); // Public Instance Properties public string Text{set; get; } // Protected Instance Methods protected override ControlCollection CreateControlCollection( ); // overrides Control protected override void LoadViewState(object savedState); // overrides Control protected override void Render(HtmlTextWriter output); // overrides Control protected override object SaveViewState( ); // overrides Control } Hierarchy System.Object Control(System.ComponentModel.IComponent, System.IDisposable, IParserAccessor, IDataBindingsAccessor) DesignerDataBoundLiteralControl |