ControlDesigner.RootDesigner Property

Definition

Gets the control designer for the Web Forms page that contains the associated control.

C#
protected System.Web.UI.Design.WebFormsRootDesigner RootDesigner { get; }

Property Value

A WebFormsRootDesigner object that can be used at design time to access components on the Web Forms page that contains the control.

Remarks

The RootDesigner property represents the control designer for the Web Forms page that contains the control. Use the RootDesigner property to access and manipulate the containing Web Forms page at design time.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also