SaaS CMS has officially launched! Learn more now.

Class PropertyLanguageControl

Property control that is used to store a language.

Inheritance
System.Object
PropertyLanguageControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class PropertyLanguageControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyLanguageControl()

Initializes a new instance of the PropertyLanguageControl class.

Declaration
public PropertyLanguageControl()

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods