Interface IFilterOperator
Represents a custom filter operator that can be used in the Menu filter.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IFilterOperator
Properties
Text
Gets or sets the display text of the custom filter operator.
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display text of the custom filter operator. |
Value
Gets or sets the operator value that represents the custom filter operator.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The operator value of the custom filter operator. |