Back to Devexpress

BarItemLinkBase.ShowScreenTip Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-0cb4eaad.md

latest1.7 KB
Original Source

BarItemLinkBase.ShowScreenTip Property

Gets or sets whether the current BarItemLinkBase should display its tip. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DefaultBoolean ShowScreenTip { get; set; }
vb
Public Property ShowScreenTip As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

true if the current BarItemLinkBase should display its tip; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

The BarItem.ShowScreenTip tip specifies tip availability for all item links. See this property to learn more.

See Also

ShowScreenTip

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace