menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISuppressCommand - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISuppressCommand

    Used for suppressing the object parameter in ICommand interface.

    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public interface ISuppressCommand

    Methods

    CanExecute()

    Determines whether this instance can execute.

    Declaration
    bool CanExecute()
    Returns
    Type Description
    System.Boolean

    true if this instance can execute; otherwise, false.

    Remarks

    This one is a suppress implementation of CanExecute in ISuppressCommand.

    Execute()

    Executes this instance.

    Declaration
    void Execute()
    Remarks

    This one is a suppress implementation of Execute in ISuppressCommand.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved