Back to Devexpress

BaseLayoutItem.Description Property

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

latest1.6 KB
Original Source

BaseLayoutItem.Description Property

Gets or sets the item’s description displayed within the header 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 Description { get; set; }
vb
Public Property Description As String

Property Value

TypeDescription
String

A string that represents the item’s description.

|

Remarks

See Document Selector to learn more.

See Also

FooterDescription

AllowDocumentSelector

Document Selector

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace