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

DiagramContainer.Header Property

Gets or sets the container header. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public string Header { get; set; }

Property Value

Type Description
String

A string value that is the container header.

Remarks

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

See Also