Skip to main content
A newer version of this page is available. .

DiagramContainer.ShowHeader Property

Gets or sets whether to show the container header.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[DefaultValue(false)]
[DiagramCategory(DiagramCategory.Common)]
public virtual bool ShowHeader { get; set; }

Property Value

Type Default Description
Boolean **false**

true to show the container header; otherwise, false.

See Also