Show / Hide Table of Contents

Class IgbGridCustomFilterRequestedEventArgs

Inheritance
System.Object
BaseRendererElement
IgbGridCustomFilterRequestedEventArgs
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridCustomFilterRequestedEventArgs : BaseRendererElement, JsonSerializable

Constructors

IgbGridCustomFilterRequestedEventArgs()

Declaration
public IgbGridCustomFilterRequestedEventArgs()

Properties

Column

The column that requested the filter.

Declaration
public IgbDataGridColumn Column { get; set; }
Property Value
Type Description
IgbDataGridColumn

Expression

Sets the filter expression to be used.

Declaration
public IgbFilterExpression Expression { get; set; }
Property Value
Type Description
IgbFilterExpression

Filter

The custom filter that was chosen.

Declaration
public IgbFilterOperand Filter { get; set; }
Property Value
Type Description
IgbFilterOperand

FilterFactory

Gets the FilterFactory to assists in building filters.

Declaration
public FilterFactory FilterFactory { get; }
Property Value
Type Description
FilterFactory

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Value

The value that was provided in the editor for the filter.

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
BaseRendererElement.FindByName(String)

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable