Class SyncfusionCommand
An abstract class that encapsulates a command to be executed at a later point in time.
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public abstract class SyncfusionCommand : Object
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()