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.v14.2.dll

#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.

#Implements

See Also