[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.DropDownButton.Command

Command Property

Command

Gets or sets the command that will be executed when the command source is invoked.

Declaration
[TypeConverter(typeof(CommandConverter))]
public ICommand Command { get; set; }
Property Value
Type Description
ICommand

The ICommand that will be executed.

Implements