Back to Devexpress

DockPanel.Header Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-f03df29f.md

latest2.7 KB
Original Source

DockPanel.Header Property

Gets or sets the current DockPanel‘s header.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string Header { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue("")>
Public Property Header As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the current DockPanel‘s header.

|

Remarks

To navigate through documents and DockPanels, an end-user can invoke a Document Selector. A single selector is used to display both DockManager‘s dock panels and DocumentManager‘s documents. For the currently focused DockPanel in a document selector, its DockPanel.Footer, Header , DockPanel.ImageOptions.Image and Preview are shown. The figure below shows these elements’ arrangement inside a Document Selector window:

Document Selector availability is specified via the BaseView.UseDocumentSelector property.

See Also

Footer

UseDocumentSelector

Document Selector

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace