Skip to main content
All docs
V23.2

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