Skip to main content
All docs
V23.2
Bar

BarItemCommand.Execute(Object) Method

Defines the method that the command invokes.

Namespace: DevExpress.Xpf.Bars

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