BarItemLinkBase.ShowScreenTip Property
In This Article
Gets or sets whether the current BarItemLinkBase should display its tip. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DefaultBoolean ShowScreenTip { get; set; }
#Property Value
Type | Description |
---|---|
Default |
true if the current Bar |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Remarks
The BarItem.ShowScreenTip tip specifies tip availability for all item links. See this property to learn more.
See Also