DiagramContainer.Header Property
Gets or sets the container header.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
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