Class DataValidationCommand
Command used for Applying DataValidation for the range
Inheritance
System.Object
DataValidationCommand
Implements
System.Windows.Input.ICommand
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class DataValidationCommand : CommandBase, ICommand
Constructors
DataValidationCommand(SfSpreadsheet, String)
Declaration
public DataValidationCommand(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
Overrides
OnExecute(Object)
Declaration
protected override void OnExecute(object parameter)
Parameters
Type |
Name |
Description |
System.Object |
parameter |
|
Overrides
Implements
System.Windows.Input.ICommand
Extension Methods