Class IgbColumnCustomFilterCondition
Inheritance
System.Object
IgbColumnCustomFilterCondition
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnCustomFilterCondition : IgbColumnFilterCondition, JsonSerializable
Constructors
IgbColumnCustomFilterCondition()
Declaration
public IgbColumnCustomFilterCondition()
Properties
Id
Gets or sets the ID of the custom filter to be used.
Declaration
public string Id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Index
Gets or sets the index of the custom filter in the column FilterOperands collection.
Declaration
public int Index { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
Gets or sets the value of the custom filter condition.
Declaration
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ValueScript
Provides a means of setting Value in the JavaScript environment.
Declaration
public string ValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements