Skip to main content
A newer version of this page is available. .

RibbonButtonBase.Command Property

Gets or sets the command to invoke when the ribbon button is clicked. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnCommandChanged")]
public ICommand Command { get; set; }

Property Value

Type Description
ICommand

The command to invoke when the ribbon button is clicked.

See Also