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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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. |
|
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