Back to Devexpress

BaseDocument.Footer Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-93ac22e2.md

latest2.7 KB
Original Source

BaseDocument.Footer Property

Gets or sets the current document‘s footer.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

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

|

Remarks

To navigate through documents and BaseDocuments, 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 document in a document selector, its Footer , BaseDocument.Header, BaseDocument.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

Header

UseDocumentSelector

Document Selector

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace