Skip to main content
Bar

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DefaultBoolean ShowScreenTip { get; set; }

Property Value

Type Description
DefaultBoolean

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

Available values:

Name Description Return 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