Skip to main content
All docs
V24.1

ImageEditToolButtonInfo.Command Property

Gets or sets the command associated with the button. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ICommand Command { get; set; }

Property Value

Type Description
ICommand

The command associated with the button.

See Also