BaseLayoutItem.FooterDescription Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that represents the item’s description. |
#Remarks
See Document Selector to learn more.
See Also