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.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