Base:
property
ChromeType
System.Web.UI.WebControls.WebParts.Part.ChromeType
1 write to ChromeType
System.Web (1)
UI\WebParts\AppearanceEditorPart.cs (1)
83webPart.ChromeType = (PartChromeType)chromeTypeConverter.ConvertFromString(_chromeType.SelectedValue);
1 reference to ChromeType
System.Web (1)
UI\WebParts\AppearanceEditorPart.cs (1)
281_chromeType.SelectedValue = chromeTypeConverter.ConvertToString(webPart.ChromeType);