Represents a logical container for a collection of controls saved as a 'Page' in the hosting application.
Top
Top
Top
The following tables list the members exposed by the IPage type.
| Name | Description | |
|---|---|---|
|
BadDataAdornmentDefault | Gets the type of Bad Data adornment that should be used for elements that defer to this page property. |
|
PageDescription | Gets the description of the page. |
|
PageFileName | Gets the filename of the saved page. |
|
PageFullPath | Gets the full path of the saved page. |
|
PageName | Gets the name of the page. |
|
PageOwner | Gets the name of the user who owns the page. This is typically the user who originally created the page. |
|
PageSize | Gets the size of the page. |
| Name | Description | |
|---|---|---|
|
GetAllElementNames | Gets the names of all PageElements on the Page. |
|
GetAllElements | Gets a list of all PageElements on the Page. |
|
GetAllTags | (Overloaded) Gets a list of Tags used by elements on the Page. |
|
GetElementsWithControlId | Gets a list of PageElements with the matching ControlId. |
|
GetElementsWithTags | (Overloaded) Gets a list of PageElements that have the specified Tag(s). |
|
GetNamedElement | Gets a reference to the specified element (i.e., control instance). |
|
GetParameter | Gets a reference to a parameter, by using the SimpleBindingExpression syntax of "ElementName@ParameterName". |
| Name | Description | |
|---|---|---|
|
BindingExpressionChanged | Supports controls that need to be made aware when any hosted control processes a BindingExpression. |
|
PageElementNameChanged | Supports controls that need to be made aware when the name of a hosted control changes. |
|
PageSizeChanged | Supports controls that need to be made aware when the hosting page changes size. |
|
PageUnloading | Supports controls that need to be made aware when the hosting page is unloaded and replaced with another page. |
