Skip to main content

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.v23.2.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