ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand Class / NullCommand Field

In This Topic
    NullCommand Field
    In This Topic
    Gets "Null" command instance which does nothing and is always disabled
    Syntax
    'Declaration
     
    Public Shared ReadOnly NullCommand As IDelegateCommand
    public static readonly IDelegateCommand NullCommand
    See Also