Try our conversational search powered by Generative AI!

Class EditProperty

Inheritance
System.Object
EditProperty
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EditProperty : EditContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource

Constructors

EditProperty()

Declaration
public EditProperty()

Fields

PropertyPanel

Declaration
protected Panel PropertyPanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

propertyValueField

Declaration
protected HiddenField propertyValueField
Field Value
Type Description
System.Web.UI.WebControls.HiddenField

SaveButton

Declaration
protected Button SaveButton
Field Value
Type Description
System.Web.UI.WebControls.Button

ValidationSummary

Declaration
protected ValidationSummary ValidationSummary
Field Value
Type Description
System.Web.UI.WebControls.ValidationSummary

Properties

CurrentContent

Declaration
public override IContent CurrentContent { get; set; }
Property Value
Type Description
IContent
Overrides

Methods

Page_Init(Object, EventArgs)

Declaration
protected void Page_Init(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

Save_Click(Object, EventArgs)

Declaration
protected void Save_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SetupPropertyControl(PropertyData, PropertyDataCollection)

Declaration
protected virtual IPropertyControl SetupPropertyControl(PropertyData property, PropertyDataCollection properties)
Parameters
Type Name Description
PropertyData property
PropertyDataCollection properties
Returns
Type Description
IPropertyControl

Implements

Extension Methods