The web part properties are many and one of the OOB property is the chrome that displays the title. To remove the chrome programmatically.
You can on instantiation or page load do this.
You can on instantiation or page load do this.
this.ChromeType = PartChromeType.None;
QED
Comments