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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object | Command-specific data. |
See Also