constructor

public IgbGridLiteFilteringEventArgs()

Returns IgbGridLiteFilteringEventArgs

[JsonPropertyName("expressions")]
public List<IgbGridLiteFilterExpression> Expressions { get; set; }
[JsonPropertyName("key")]
public string Key { get; set; }
[JsonPropertyName("type")]
public string Type { get; set; }