Dialog for filtering data in a spreadsheet.
IComponent
IHandleEvent
IHandleAfterRender
Spreadsheet.SpreadsheetDialogBase.L
Spreadsheet.SpreadsheetDialogBase.OnCancel
Spreadsheet.SpreadsheetDialogBase.DialogService
Spreadsheet.SpreadsheetDialogBase.DefaultUICulture
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class FilterDialog : Spreadsheet.SpreadsheetDialogBase, IComponent, IHandleEvent, IHandleAfterRenderThe column index to filter.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | The column index to filter. |
Optional existing filter criterion to populate default values.
public Documents.Spreadsheet.FilterCriterion Filter { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.FilterCriterion | Optional existing filter criterion to populate default values. |
The row index where the filter was triggered.
public int Row { get; set; }
| Type | Description |
|---|---|
| int | The row index where the filter was triggered. |
The sheet containing the data to filter.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | The sheet containing the data to filter. |