[]
ITagHelper implementation for ValueFilter.
[HtmlTargetElement("c1-flex-grid-value-filter")]
public class ValueFilterTagHelper : SettingTagHelper<ValueFilter>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
ValueFilterTagHelper() |
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. |
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. |