Base:
property
Width
System.Web.UI.WebControls.WebControl.Width
1 override of Width
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
226public override Unit Width {
2 writes to Width
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (1)
153webPart.Width = (Unit)width;
UI\WebParts\GenericWebPart.cs (1)
242base.Width = value;
2 references to Width
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (1)
290_width.Unit = webPart.Width;
UI\WebParts\GenericWebPart.cs (1)
233return base.Width;