Class PivotGridLabelFilterDescriptor
Inheritance
System.Object
PivotGridLabelFilterDescriptor
Namespace: Telerik.Blazor.Components.PivotGrid.Configurator.FieldMenu
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridLabelFilterDescriptor : Object
Constructors
PivotGridLabelFilterDescriptor()
Declaration
public PivotGridLabelFilterDescriptor()
Properties
Field
Declaration
public string Field { get; set; }
Property Value
System.String
|
Operator
Declaration
public TextComparison Operator { get; set; }
Property Value
Telerik.Pivot.Core.Filtering.TextComparison
|
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|