FilterOperatorInfo Constructor

Represents a filter operator, usually used in a GridTItem.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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