Back to Devexpress

EventToCommandBase.CommandTarget Property

wpf-devexpress-dot-mvvm-dot-ui-dot-eventtocommandbase-5a1905cb.md

latest1.1 KB
Original Source

EventToCommandBase.CommandTarget Property

Gets or sets the target element on which to raise the specified Command. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IInputElement CommandTarget { get; set; }
vb
Public Property CommandTarget As IInputElement

Property Value

TypeDescription
IInputElement

The element on which to raise the specified command.

|

See Also

EventToCommandBase Class

EventToCommandBase Members

DevExpress.Mvvm.UI Namespace