Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseDocument.Footer Property

Gets or sets the current document‘s footer.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
public string Footer { get; set; }

#Property Value

Type Default Description
String null

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 Manager Document Selector Scheme

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

See Also