Skip to main content
Bar

GalleryItem.CommandTarget Property

Gets or sets the object on which to execute the GalleryItem.Command.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IInputElement CommandTarget { get; set; }

Property Value

Type Description
IInputElement

An IInputElement on which to execute the GalleryItem.Command.

Remarks

See the Commanding Overview MSDN topic to learn more.

See Also