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

DiagramContainer.Header Property

Gets or sets the container header.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[DefaultValue(null)]
[DiagramCategory(DiagramCategory.Common)]
public virtual string Header { get; set; }

Property Value

Type Default Description
String *null*

A string value that is the container header.

Remarks

The DiagramContainer.ShowHeader property specifies whether to show the header.

See Also