[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.DropDownButton.CommandTarget

CommandTarget Property

CommandTarget

Gets or sets the object that the command is being executed on.

Declaration
public IInputElement CommandTarget { get; set; }
Property Value
Type Description
IInputElement

The IInputElement command target.

Implements