Back to Devexpress

BaseLayoutItem.FooterDescription Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-c15d91b7.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public string FooterDescription { get; set; }
vb
Public Property FooterDescription As String

Property Value

TypeDescription
String

A string that represents the item’s description.

|

Remarks

See Document Selector to learn more.

See Also

Description

AllowDocumentSelector

Document Selector

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace