Skip to main content

DiagramContainer.ShowHeader Property

Gets or sets whether to show the container header.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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