Back to Devexpress

ILinksHolder.ShowDescription Property

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-20c75027.md

latest1.4 KB
Original Source

ILinksHolder.ShowDescription Property

Gets or sets whether descriptions are displayed for links owned by the current container.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
bool ShowDescription { get; }
vb
ReadOnly Property ShowDescription As Boolean

Property Value

TypeDescription
Boolean

true if descriptions are displayed for links owned by the current container; otherwise, false.

|

Remarks

Descriptions of bar item links are specified by the BarItem.Description property. Specific link containers allow descriptions to be displayed for its items. In this instance, the ShowDescription property will return true.

See Also

Description

ILinksHolder Interface

ILinksHolder Members

DevExpress.Xpf.Bars Namespace