ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common 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