Skip to main content
A newer version of this page is available. .

BaseLayoutItem.FooterDescription Property

Gets or sets the item’s description displayed within the footer of the Document Selector window. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public string FooterDescription { get; set; }

Property Value

Type Description
String

A string that represents the item’s description.

Remarks

See Document Selector to learn more.

See Also