[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ValueFilterTagHelper

ValueFilterTagHelper Class

ITagHelper implementation for ValueFilter.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-grid-value-filter")]
public class ValueFilterTagHelper : SettingTagHelper<ValueFilter>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-grid-value-filter")>
Public Class ValueFilterTagHelper
    Inherits SettingTagHelper(Of ValueFilter)
    Implements ITagHelper, ITagHelperComponent

Constructors

Name Description
ValueFilterTagHelper()

Properties

Name Description
C1Property

Gets or sets the property name which the taghelper is related to.

CollectionName

Gets the collection name.

ExclusiveValueSearch

Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.

FilterText

Configurates FilterText. Sets a string to filter the list of display values.

MaxValues

Configurates MaxValues. Sets the maximum number of elements on the list of display values.

ShowIncludeSelection

Configurates ShowIncludeSelection. Sets a value that indicates whether the value filter should display excel like 'Add current selection to filter' option.

SortValues

Configurates SortValues. Sets a value that determines whether the values should be sorted when displayed in the editor.

UniqueValues

Configurates UniqueValues. Sets an array containing the unique values to be displayed on the list.