Class PropertyPageTypeControl
Property control that is used to select a page type.
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class PropertyPageTypeControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettingsConstructors
PropertyPageTypeControl()
Initializes a new instance of the PropertyPageTypeControl class.
Declaration
public PropertyPageTypeControl()Properties
PageTypeID
Gets or sets the id for the page type.
Declaration
public int PageTypeID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The id for the page type. | 
PropertyPageType
Gets or sets the corresponding PropertyPageType.
Declaration
public PropertyPageType PropertyPageType { get; set; }Property Value
| Type | Description | 
|---|---|
| PropertyPageType | The corresponding PropertyPageType. | 
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
  
  
  