SaaS CMS has officially launched! Learn more now.

Class DynamicPropertyCaption

Inheritance
System.Object
DynamicPropertyCaption
Implements
System.Web.UI.IPostBackDataHandler
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class DynamicPropertyCaption : WebControl, IPostBackDataHandler

Constructors

DynamicPropertyCaption()

Declaration
public DynamicPropertyCaption()

Properties

DynamicProperty

Declaration
public DynamicProperty DynamicProperty { get; set; }
Property Value
Type Description
DynamicProperty

Methods

LoadPostData(String, NameValueCollection)

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

RaisePostDataChangedEvent()

Declaration
public virtual void RaisePostDataChangedEvent()

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter output)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter output

Implements

System.Web.UI.IPostBackDataHandler

Extension Methods