WebPartZoneBase.ShowTitleIcons Property

Definition

Gets or sets a value that indicates whether title icons are displayed in the title bar of each WebPart control in a zone.

C#
public virtual bool ShowTitleIcons { get; set; }

Property Value

true if title icons are displayed; otherwise, false. The default is true.

Remarks

The ShowTitleIcons property has an effect on a zone only if one or more of the WebPart controls in the zone have a value assigned for their respective TitleIconImageUrl properties. By default, the title icons are displayed in the zone. If the ShowTitleIcons property is set to false, none of the title icons for WebPart controls in the zone are displayed.

Applies to

Product Versions
.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