Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A string that represents the item’s description.

Remarks

See Document Selector to learn more.

See Also