HtmlForgeX

API Reference

Class

DataTablesConditionGroup

Namespace HtmlForgeX
Assembly HtmlForgeX

Group of conditions with logic AND/OR/NONE.

Inheritance

  • Object
  • DataTablesConditionGroup

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 DataTablesConditionGroup() #

Properties

public String Logic { get; set; } #

Group logic: AND | OR | NONE.

public List<DataTablesCondition> Conditions { get; set; } #
JsonIgnore(Condition = 3)

Conditions in this group evaluated against the current row.