wpf-devexpress-dot-xpf-dot-bars-931a6aa4.md
Represents a link to a BarStaticItem object.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class BarStaticItemLink :
BarItemLink
Public Class BarStaticItemLink
Inherits BarItemLink
See Items and Links to learn more.
The following code snippets (auto-collected from DevExpress Examples) contain references to the BarStaticItemLink class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
<dxr:RibbonPageGroup.ItemLinks>
<dxb:BarStaticItemLink BarItemName="biViewShowGridlines" />
<dxb:BarStaticItemLink BarItemName="biViewShowHeadings" />
<dxr:RibbonPageGroup.ItemLinks>
<dxb:BarStaticItemLink BarItemName="biViewShowGridlines" />
<dxb:BarStaticItemLink BarItemName="biViewShowHeadings" />
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement BarItemLinkBase BarItemLink BarStaticItemLink
See Also