Class FontSizeCommand
Implements
System.Windows.Input.ICommand
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class FontSizeCommand : CommandBase, ICommand
Constructors
FontSizeCommand(SfSpreadsheet, String)
Declaration
public FontSizeCommand(SfSpreadsheet spreadsheetControl, string commandName)
Parameters
Type | Name | Description |
---|---|---|
SfSpreadsheet | spreadsheetControl | |
System.String | commandName |
Methods
OnCanExecute(Object)
Declaration
public override bool OnCanExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecute(Object)
Declaration
protected override void OnExecute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |
Overrides
Implements
System.Windows.Input.ICommand