Skip to main content
All docs
V25.1
  • Bar

    BarItemCommand.Execute(Object) Method

    Defines the method that the command invokes.

    Namespace: DevExpress.Xpf.Bars

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public void Execute(
        object parameter
    )

    Parameters

    Name Type Description
    parameter Object

    Data used by the command. If the command does not require data, pass null as this parameter.

    See Also