ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / DoubleDelegateCommand Class / Command Property

In This Topic
    Command Property
    In This Topic
    Gets or sets the command.
    Syntax
    'Declaration
     
    Public Property Command As IDelegateCommand
    public IDelegateCommand Command {get; set;}
    See Also