Represents a command to remove a filter from a sheet, supporting undo and redo operations.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class RemoveFilterCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandRepresents a command to remove a filter from a sheet, supporting undo and redo operations.
public RemoveFilterCommand(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 |