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.ToInvariantNumber

Spreadsheet.SpreadsheetDialogBase.ToLocalNumber

Spreadsheet.SpreadsheetDialogBase.OnCancel

Spreadsheet.SpreadsheetDialogBase.DialogService

Spreadsheet.SpreadsheetDialogBase.DefaultUICulture

Spreadsheet.SpreadsheetDialogBase.Culture

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 to this section

Dialog for filtering data in a spreadsheet.

Declaration
public FilterDialog()

Properties

ColumnLink to this section

The column index to filter.

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

FilterLink to this section

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 to this section

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 to this section

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 to this section

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

OnInitializedLink to this section

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