Interface IPageControl
Interface for page bound controls
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IPageControlProperties
PageLink
The root page to read data from
Declaration
PageReference PageLink { get; set; }Property Value
| Type | Description | 
|---|---|
| PageReference | 
PageLinkProperty
String representation of the root page to read data from
Declaration
string PageLinkProperty { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
PageSource
Gets or sets the page source that handles pages
Declaration
IPageSource PageSource { get; set; }Property Value
| Type | Description | 
|---|---|
| IPageSource | The page source. | 
