Table of Contents

Class FilterOperator.Enum

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents filters which are available for enumerations.

public static class FilterOperator.Enum
Inheritance
FilterOperator.Enum
Inherited Members

Fields

Is

Find values matching the filter value.

public const string Is = "is"

Field Value

string

IsNot

Find values which do not match the filter value.

public const string IsNot = "is not"

Field Value

string