Back to Devexpress

BaseDocument.Header Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-d73c271b.md

latest3.3 KB
Original Source

BaseDocument.Header Property

Gets or sets the current document‘s header.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

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

|

Remarks

Document headers are visible in different locations depending on the parent View.

Document headers can be formatted by using HTML tags. To do so, utilize the required properties (the DocumentSelectorProperties.AllowHtmlDraw properties for MDI Views, the IDocumentSelectorDefaultProperties.AllowHtmlDrawHeaders and IDocumentSelectorProperties.AllowHtmlDrawHeaders properties for WindowsUI View).

See Also

Footer

UseDocumentSelector

Document Selector

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace