menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SyncfusionCommand - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SyncfusionCommand

    An abstract class that encapsulates a command to be executed at a later point in time.

    Inheritance
    System.Object
    SyncfusionCommand
    GridModelCommand
    GridTransactionCommand
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public abstract class SyncfusionCommand

    Constructors

    SyncfusionCommand()

    Declaration
    protected SyncfusionCommand()

    Properties

    Description

    Get a description for the command.

    Declaration
    public abstract string Description { get; }
    Property Value
    Type
    System.String

    Methods

    Execute()

    Execute the command this object represents.

    Declaration
    public abstract void Execute()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved