Back to Devexpress

BarItemCommand Class

wpf-devexpress-dot-xpf-dot-bars-39d440bb.md

latest1.6 KB
Original Source

BarItemCommand Class

A BarItem’s command. Use this class only when you load ribbon page content when the page is visible.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class BarItemCommand :
    FrameworkElement,
    ICommand,
    ICommandSourceServiceSupport,
    ICommandSource
vb
Public Class BarItemCommand
    Inherits FrameworkElement
    Implements ICommand,
               ICommandSourceServiceSupport,
               ICommandSource

The following members return BarItemCommand objects:

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement BarItemCommand

See Also

BarItemCommand Members

DevExpress.Xpf.Bars Namespace