Class IgbFilterCellInfo
Represents info about the current cell.
Inheritance
System.Object
IgbFilterCellInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbFilterCellInfo : IgbCellInfo, JsonSerializable
Constructors
IgbFilterCellInfo()
Declaration
public IgbFilterCellInfo()
Properties
ClearIconLeft
Declaration
public double ClearIconLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ClearIconTop
Declaration
public double ClearIconTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DataType
Gets or sets whether the cell is hit test visible.
Declaration
public DataSourceSchemaPropertyType DataType { get; set; }
Property Value
EditorLeft
Declaration
public double EditorLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EditorTop
Declaration
public double EditorTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Filter
Gets or sets the current filter to display in the cell.
Declaration
public IgbColumnFilterCondition Filter { get; set; }
Property Value
FilterExpression
Gets or sets the current filter expression applied to the column.
Declaration
public IgbFilterExpression FilterExpression { get; set; }
Property Value
FilterOperands
Declaration
public IgbGridFilterOperandsCollection FilterOperands { get; set; }
Property Value
FilterValue
Declaration
public object FilterValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
FilterValueScript
Provides a means of setting FilterValue in the JavaScript environment.
Declaration
public string FilterValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
OperatorType
Declaration
public ColumnComparisonConditionOperatorType OperatorType { get; set; }
Property Value
SelectorLeft
Declaration
public double SelectorLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SelectorTop
Declaration
public double SelectorTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
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
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
Implements