HtmlForgeX

API Reference

Class

DataTablesSearchCriterion

Namespace HtmlForgeX
Assembly HtmlForgeX

Describes a single filtering rule applied to a column when using SearchBuilder.

Inheritance

  • Object
  • DataTablesSearchCriterion

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

Constructors

public DataTablesSearchCriterion() #

Properties

public String Data { get; set; } #
JsonPropertyName("data") JsonIgnore(Condition = 3)

Column data source.

public String Condition { get; set; } #
JsonPropertyName("condition") JsonIgnore(Condition = 3)

Condition operator.

public Object[] Value { get; set; } #
JsonPropertyName("value") JsonIgnore(Condition = 3)

Value used for filtering.