FilterDialog Class

Dialog for filtering data in a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.SpreadsheetDialogBase

Spreadsheet.FilterDialog

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

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

Syntax

public class FilterDialog : Spreadsheet.SpreadsheetDialogBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

FilterDialoglink

Dialog for filtering data in a spreadsheet.

Declaration
public FilterDialog()

Properties

Columnlink

The column index to filter.

Declaration
public int Column { get; set; }
Property Value
Type Description
intThe column index to filter.

Filterlink

Optional existing filter criterion to populate default values.

Declaration
public Documents.Spreadsheet.FilterCriterion Filter { get; set; }
Property Value
Type Description
Documents.Spreadsheet.FilterCriterionOptional existing filter criterion to populate default values.

Rowlink

The row index where the filter was triggered.

Declaration
public int Row { get; set; }
Property Value
Type Description
intThe row index where the filter was triggered.

Worksheetlink

The sheet containing the data to filter.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetThe sheet containing the data to filter.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

OnInitializedlink

Declaration
protected override void OnInitialized()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙