RadzenDataFilter component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenDataFilter<TItem> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TItem | The type of the item. |
RadzenDataFilter component.
public RadzenDataFilter<TItem>()Gets or sets the add filter group text.
public string AddFilterGroupText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the add filter group text. |
Gets or sets the add filter text.
public string AddFilterText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the add filter text. |
Gets or sets a value indicating whether the columns can be filtered.
public bool AllowColumnFiltering { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the columns can be filtered. |
Gets or sets the and operator text.
public string AndOperatorText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the and operator text. |
Gets or sets the apply filter text.
public string ApplyFilterText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the apply filter text. |
Gets or sets a value indicating whether this filter is automatic.
public bool Auto { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this filter is automatic. |
Gets or sets the clear filter text.
public string ClearFilterText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the clear filter text. |
Gets or sets the contains text.
public string ContainsText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the contains text. |
Gets or sets the custom filter operator text.
public string CustomText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the custom filter operator text. |
Gets or sets the data.
public IEnumerable<TItem> Data { get; set; }
| Type | Description |
|---|---|
| IEnumerable<TItem> | Gets or sets the data. |
Gets or sets the does not contain text.
public string DoesNotContainText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the does not contain text. |
Gets or sets the ends with text.
public string EndsWithText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the ends with text. |
Gets or sets the enum filter select text.
public string EnumFilterSelectText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the enum filter select text. |
Gets or sets the equals text.
public string EqualsText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the equals text. |
Gets or sets the filter case sensitivity.
public FilterCaseSensitivity FilterCaseSensitivity { get; set; }
| Type | Description |
|---|---|
| FilterCaseSensitivity | Gets or sets the filter case sensitivity. |
Gets or sets the filter date format.
public string FilterDateFormat { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the filter date format. |
Gets or sets the filter text.
public string FilterText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the filter text. |
Gets or sets the filters.
public IEnumerable<CompositeFilterDescriptor> Filters { get; set; }
| Type | Description |
|---|---|
| IEnumerable<CompositeFilterDescriptor> | Gets or sets the filters. |
Gets or sets the greater than or equals text.
public string GreaterThanOrEqualsText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the greater than or equals text. |
Gets or sets the greater than text.
public string GreaterThanText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the greater than text. |
Gets or sets the in operator text.
public string InText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the in operator text. |
Gets or sets the is empty text.
public string IsEmptyText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the is empty text. |
Gets or sets the is not empty text.
public string IsNotEmptyText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the is not empty text. |
Gets or sets the not null text.
public string IsNotNullText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the not null text. |
Gets or sets the is null text.
public string IsNullText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the is null text. |
Gets or sets the less than or equals text.
public string LessThanOrEqualsText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the less than or equals text. |
Gets or sets the less than text.
public string LessThanText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the less than text. |
Gets or sets the logical filter operator.
public LogicalFilterOperator LogicalFilterOperator { get; set; }
| Type | Description |
|---|---|
| LogicalFilterOperator | Gets or sets the logical filter operator. |
Gets or sets the not equals text.
public string NotEqualsText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the not equals text. |
Gets or sets the not in operator text.
public string NotInText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the not in operator text. |
Gets or sets the or operator text.
public string OrOperatorText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the or operator text. |
Gets or sets the properties.
public RenderFragment Properties { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the properties. |
Gets the properties collection.
public IList<RadzenDataFilterProperty<TItem>> PropertiesCollection { get; }
| Type | Description |
|---|---|
| IList<RadzenDataFilterProperty<TItem>> | Gets the properties collection. |
Gets or sets the remove filter text.
public string RemoveFilterText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the remove filter text. |
Gets or sets the starts with text.
public string StartsWithText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the starts with text. |
Gets or sets a value indicating whether properties can be reused in the filter.
public bool UniqueFilters { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether properties can be reused in the filter. |
Gets the view.
public IQueryable<TItem> View { get; }
| Type | Description |
|---|---|
| IQueryable<TItem> | Gets the view. |
Gets or sets the view changed callback.
public EventCallback<IQueryable<TItem>> ViewChanged { get; set; }
| Type | Description |
|---|---|
| EventCallback<IQueryable<TItem>> | Gets or sets the view changed callback. |
Add filter.
public Task AddFilter(CompositeFilterDescriptor filter)
| Type | Name | Description |
|---|---|---|
| CompositeFilterDescriptor | filter |
| Type | Description |
|---|---|
| Task |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
Clear filters.
public Task ClearFilters()
| Type | Description |
|---|---|
| Task |
Recreates View using current Filters.
public Task Filter()
| Type | Description |
|---|---|
| Task |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
Remove filter.
public Task RemoveFilter(CompositeFilterDescriptor filter)
| Type | Name | Description |
|---|---|---|
| CompositeFilterDescriptor | filter |
| Type | Description |
|---|---|
| Task |