System.Web.UI.Control: Property Members

The properties of System.Web.UI.Control are listed below. For a list of all members, see the Control Members list.

See Also: Inherited members from System.Object

Public Properties

AppRelativeTemplateSourceDirectorystring.

Gets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control.

[read-only]
BindingContainerControl.

Gets the control that contains this control's data binding.

[read-only]
ClientIDstring.

Gets the control ID for HTML markup that is generated by ASP.NET.

[read-only]
ControlsControlCollection.

Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.

EnableThemingbool.

Gets or sets a value indicating whether themes apply to this control.

EnableViewStatebool.

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.

IDstring.

Gets or sets the programmatic identifier assigned to the server control.

[read-only]
NamingContainerControl.

Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same Control.ID property value.

PagePage.

Gets a reference to the System.Web.UI.Page instance that contains the server control.

[read-only]
ParentControl.

Gets a reference to the server control's parent control in the page control hierarchy.

SiteSystem.ComponentModel.ISite.

Gets information about the container that hosts the current control when rendered on a design surface.

SkinIDstring.

Gets or sets the skin to apply to the control.

TemplateControlTemplateControl.

Gets or sets a reference to the template that contains this control.

[read-only]
TemplateSourceDirectorystring.

Gets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control.

[read-only]
UniqueIDstring.

Gets the unique, hierarchically qualified identifier for the server control.

Visiblebool.

Gets or sets a value that indicates whether a server control is rendered as UI on the page.

Protected Properties

[read-only]
AdapterSystem.Web.UI.Adapters.ControlAdapter.

Gets the browser-specific adapter for the control.

ChildControlsCreatedbool.

Gets a value that indicates whether the server control's child controls have been created.

[read-only]
ClientIDSeparatorchar.

Gets a character value representing the separator character used in the Control.ClientID property.

[read-only]
ContextSystem.Web.HttpContext.

Gets the System.Web.HttpContext object associated with the server control for the current Web request.

[read-only]
DesignModebool.

Gets a value indicating whether a control is being used on a design surface.

[read-only]
EventsSystem.ComponentModel.EventHandlerList.

Gets a list of event handler delegates for the control. This property is read-only.

[read-only]
HasChildViewStatebool.

Gets a value indicating whether the current server control's child controls have any saved view-state settings.

[read-only]
IdSeparatorchar.

Gets the character used to separate control identifiers.

[read-only]
IsChildControlStateClearedbool.

Gets a value indicating whether controls contained within this control have control state.

[read-only]
IsTrackingViewStatebool.

Gets a value that indicates whether the server control is saving changes to its view state.

[read-only]
IsViewStateEnabledbool.

Gets a value indicating whether view state is enabled for this control.

[read-only]
LoadViewStateByIDbool.

Gets a value indicating whether the control participates in loading its view state by Control.ID instead of index.

[read-only]
ViewStateStateBag.

Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.

[read-only]
ViewStateIgnoresCasebool.

Gets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive.