[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.DropDownButton.CommandParameter

CommandParameter Property

CommandParameter

Gets or sets a user-defined data value that can be passed to the command when it is executed.

Declaration
public object CommandParameter { get; set; }
Property Value
Type Description
object

The object command parameter.

Implements