FilterOperatorInfo Constructor

Represents a filter operator, usually used in a GridTItem.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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