MasterPage Properties |
The MasterPage type exposes the following members.
| Name | Description | |
|---|---|---|
| Adapter | Gets the browser-specific adapter for the control. (Inherited from Control.) | |
| ChildControlsCreated | Gets a value that indicates whether the server control's child controls have been created. (Inherited from Control.) | |
| ClientIDMode | Gets or sets the algorithm that is used to generate the value of the ClientID property. (Inherited from Control.) | |
| ClientIDSeparator | Gets a character value representing the separator character used in the ClientID property. (Inherited from Control.) | |
| DesignMode | Gets a value indicating whether a control is being used on a design surface. (Inherited from Control.) | |
| EnableTheming | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the TemplateControl class. (Inherited from TemplateControl.) | |
| EnableViewState | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from Control.) | |
| Events | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from Control.) | |
| HasChildViewState | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from Control.) | |
| ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from Control.) | |
| IdSeparator | Gets the character used to separate control identifiers. (Inherited from Control.) | |
| IsChildControlStateCleared | Gets a value indicating whether controls contained within this control have control state. (Inherited from Control.) | |
| IsTrackingViewState | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from Control.) | |
| IsViewStateEnabled | Gets a value indicating whether view state is enabled for this control. (Inherited from Control.) | |
| LoadViewStateByID | Gets a value indicating whether the control participates in loading its view state by ID instead of index. (Inherited from Control.) | |
| MasterPageFile | Gets or sets the name of the master page that contains the current content. (Inherited from MasterPage.) | |
| ViewStateMode | Gets or sets the view-state mode of this control. (Inherited from Control.) | |
| Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) |