Skip to main content
A newer version of this page is available. .
All docs
V21.2
Bar

BarItemCommand.Execute(Object) Method

Defines the method that the command invokes.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.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