Class TableLayoutControlExtender

Inheritance
System.Object
TableLayoutControlExtender
Implements
System.Web.UI.IPostBackDataHandler
Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class TableLayoutControlExtender : ExtenderControl, IPostBackDataHandler

Constructors

TableLayoutControlExtender()

Declaration
public TableLayoutControlExtender()

Properties

HoverCssClass

Declaration
public string HoverCssClass { get; set; }
Property Value
Type Description
System.String

SelectedCssClass

Declaration
public string SelectedCssClass { get; set; }
Property Value
Type Description
System.String

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

GetScriptDescriptors(Control)

Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(Control targetControl)
Parameters
Type Name Description
System.Web.UI.Control targetControl
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor>

GetScriptReferences()

Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference>

LoadPostData(String, NameValueCollection)

Declaration
public bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type Name Description
System.String postDataKey
System.Collections.Specialized.NameValueCollection postCollection
Returns
Type Description
System.Boolean

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

RaisePostDataChangedEvent()

Declaration
public void RaisePostDataChangedEvent()

Implements

System.Web.UI.IPostBackDataHandler