New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public class FilterToken

Inheritance: objectFilterToken

Constructors

C#
public FilterToken()

Properties

C#
public FilterTokenType TokenType { get; set; }
C#
public string Value { get; set; }

Extension Methods