Back to Devexpress

ThemedWindow.ShowDescriptionInSearchResults Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-0dcf9eb1.md

latest1.3 KB
Original Source

ThemedWindow.ShowDescriptionInSearchResults Property

Gets or sets whether to show found item descriptions (that contain the item location) in the list of ThemedWindow search box results.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowDescriptionInSearchResults { get; set; }
vb
Public Property ShowDescriptionInSearchResults As Boolean

Property Value

TypeDescription
Boolean

true to show description; otherwise, false.

|

Remarks

For more information about searching items in the ThemedWindow Ribbon’s, refer to the following help topic: SearchItemDisplayMode.

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace