FilterOperatorInfo Constructor

Represents a filter operator, usually used in a GridTItem.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public FilterOperatorInfo(
	string Symbol,
	string Text,
	FilterOperator FilterOperator
)

Parameters

Symbol  String
Symbol to display to denote the filter type
Text  String
Human readable label
FilterOperator  FilterOperator
The type of filter

See Also