Skip to main content
All docs
V25.1
  • Bar

    BarItemCommand.CommandParameter Property

    Gets or sets user defined data that you can pass to the command when it is executed. This is a dependency property.

    Namespace: DevExpress.Xpf.Bars

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public object CommandParameter { get; set; }

    Property Value

    Type Description
    Object

    Command-specific data.

    See Also