Class TableLayoutControlExtender
Inheritance
System.Object
TableLayoutControlExtender
Implements
System.Web.UI.IPostBackDataHandler
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
public class TableLayoutControlExtender : ExtenderControl, IPostBackDataHandler
Constructors
Declaration
public TableLayoutControlExtender()
Properties
Declaration
public string HoverCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SelectedCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected override void CreateChildControls()
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> |
|
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 |
|
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
RaisePostDataChangedEvent()
Declaration
public void RaisePostDataChangedEvent()
Implements
System.Web.UI.IPostBackDataHandler