Skip to main content

DockPanel.Footer Property

Gets or sets the current DockPanel‘s footer.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
String String.Empty

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

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 Footer, DockPanel.Header, DockPanel.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