Class EditDynProp
Inheritance
System.Object
EditDynProp
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EditDynProp : EditContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource
Constructors
EditDynProp()
Declaration
Fields
Declaration
protected ToolButton ApplyButton
Field Value
Declaration
protected PropertyDataForm EditForm
Field Value
NoPropertiesDefinedMessage
Declaration
protected Label NoPropertiesDefinedMessage
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Summary
Declaration
protected ValidationSummary Summary
Field Value
Type |
Description |
System.Web.UI.WebControls.ValidationSummary |
|
Properties
DynProp
Declaration
protected DynamicPropertyCollection DynProp { get; }
Property Value
DynPropData
Declaration
protected PropertyDataCollection DynPropData { get; }
Property Value
IsInLegacyWrapper
Declaration
protected bool IsInLegacyWrapper { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected void ApplyButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
RequiredAccess()
Declaration
public override AccessLevel RequiredAccess()
Returns
Overrides
Implements
Extension Methods