DataSourceNestedFiltersTagHelper
Example
Razor
<filters>
<datasource-filter></datasource-filter>
</filters>
ChildTags
| Tag Name | Details |
|---|---|
| datasource-filter | DataSourceFiltersTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| filter | IList<DataSourceFilterTagHelper> | An array of filter objects, which are used to configure the filter data items in the DataSource |
| item | DataSourceFilterTagHelper | Gets or sets the item at the specified index in the collection. |