Back to Devexpress

BarStaticItemLink Class

wpf-devexpress-dot-xpf-dot-bars-931a6aa4.md

latest3.1 KB
Original Source

BarStaticItemLink Class

Represents a link to a BarStaticItem object.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarStaticItemLink :
    BarItemLink
vb
Public Class BarStaticItemLink
    Inherits BarItemLink

Remarks

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.

wpf-spreadsheet-assign-custom-in-place-editors/CS/WpfSpreadsheet_CustomCellEditors/MainWindow.xaml#L1292

xml
<dxr:RibbonPageGroup.ItemLinks>
    <dxb:BarStaticItemLink BarItemName="biViewShowGridlines" />
    <dxb:BarStaticItemLink BarItemName="biViewShowHeadings" />

wpf-spreadsheet-bind-spreadsheet-to-ms-sql-server-database/CS/WpfSpreadsheet_BindToDataSource/MainWindow.xaml#L1321

xml
<dxr:RibbonPageGroup.ItemLinks>
    <dxb:BarStaticItemLink BarItemName="biViewShowGridlines" />
    <dxb:BarStaticItemLink BarItemName="biViewShowHeadings" />

Implements

IControllerAction

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement BarItemLinkBase BarItemLink BarStaticItemLink

See Also

BarStaticItemLink Members

Items and Links

DevExpress.Xpf.Bars Namespace