HtmlForgeX

API Reference

Class

TablerCollectionFilter

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Typed filter token expression for collection toolbar chips.

Inheritance

  • Object
  • TablerCollectionFilter

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Methods

public static TablerCollectionFilter Any(params String[] tokens) #
Returns: TablerCollectionFilter

Matches any of the normalized collection filter tokens.

Parameters

tokens System.String[] requiredposition: 0
public static TablerCollectionFilter Token(String token) #
Returns: TablerCollectionFilter

Matches one normalized collection filter token.

Parameters

token System.String requiredposition: 0