Represents a command to add a filter to a sheet, supporting undo and redo operations.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class FilterCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandRepresents a command to add a filter to a sheet, supporting undo and redo operations.
public FilterCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.SheetFilter filter)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.SheetFilter | filter |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |