Show / Hide Table of Contents

Class IgbFilterCellInfo

Represents info about the current cell.

Inheritance
System.Object
BaseRendererElement
IgbCellInfo
IgbFilterCellInfo
Implements
JsonSerializable
Inherited Members
IgbCellInfo.IsCustomFieldDirtyAsync(String)
IgbCellInfo.IsCustomFieldDirty(String)
IgbCellInfo.IsDirtyByIdAsync(Int32)
IgbCellInfo.IsDirtyById(Int32)
IgbCellInfo.IsDirtyAsync(String)
IgbCellInfo.IsDirty(String)
IgbCellInfo.SetNamedValueAsync(String, Object)
IgbCellInfo.SetNamedValue(String, Object)
IgbCellInfo.HasNamedValueAsync(String)
IgbCellInfo.HasNamedValue(String)
IgbCellInfo.RemoveNamedValueAsync(String)
IgbCellInfo.RemoveNamedValue(String)
IgbCellInfo.GetNamedValueAsync(String)
IgbCellInfo.GetNamedValue(String)
IgbCellInfo.StyleKey
IgbCellInfo.DataRow
IgbCellInfo.IsPositionDirty
IgbCellInfo.IsSizeDirty
IgbCellInfo.IsContentDirty
IgbCellInfo.IsBorderDirty
IgbCellInfo.IsLayerDirty
IgbCellInfo.IsStateDirty
IgbCellInfo.IsDataDirty
IgbCellInfo.IsPlaceholdContentNeeded
IgbCellInfo.ActionManager
IgbCellInfo.IsHitTestVisible
IgbCellInfo.IsRowPinned
IgbCellInfo.IsRowSticky
IgbCellInfo.IsLastStickyRow
IgbCellInfo.IsFilterRow
IgbCellInfo.Indent
IgbCellInfo.RowItem
IgbCellInfo.RowItemScript
IgbCellInfo.X
IgbCellInfo.Y
IgbCellInfo.SnappedX
IgbCellInfo.SnappedY
IgbCellInfo.EditOpacity
IgbCellInfo.ContentOpacity
IgbCellInfo.ActualContentOpacity
IgbCellInfo.Opacity
IgbCellInfo.ActualOpacity
IgbCellInfo.Height
IgbCellInfo.Width
IgbCellInfo.IsSelected
IgbCellInfo.SelectedStatus
IgbCellInfo.ActivationStatus
IgbCellInfo.HoverStatus
IgbCellInfo.IsHoverable
IgbCellInfo.HorizontalAlignment
IgbCellInfo.VerticalAlignment
IgbCellInfo.Background
IgbCellInfo.Border
IgbCellInfo.ActualBackground
IgbCellInfo.ActualBorder
IgbCellInfo.ActivationBorder
IgbCellInfo.ErrorBorder
IgbCellInfo.SelectedBackground
IgbCellInfo.HoverBackground
IgbCellInfo.HoverTextColor
IgbCellInfo.SortIndicatorColor
IgbCellInfo.StickyRowBackground
IgbCellInfo.PinnedRowBackground
IgbCellInfo.LastStickyRowBackground
IgbCellInfo.FilterRowBackground
IgbCellInfo.PinnedRowOpacity
IgbCellInfo.OriginalValue
IgbCellInfo.OriginalValueScript
IgbCellInfo.RenderValue
IgbCellInfo.UserFormattedValue
IgbCellInfo.TextColor
IgbCellInfo.ActualTextColor
IgbCellInfo.DeletedTextColor
IgbCellInfo.FontFamily
IgbCellInfo.FontSize
IgbCellInfo.FontStyle
IgbCellInfo.FontWeight
IgbCellInfo.ActualFontFamily
IgbCellInfo.ActualFontSize
IgbCellInfo.ActualFontStyle
IgbCellInfo.ActualFontWeight
IgbCellInfo.LineBreakMode
IgbCellInfo.VirtualizationPercentage
IgbCellInfo.PaddingLeft
IgbCellInfo.PaddingTop
IgbCellInfo.PaddingRight
IgbCellInfo.PaddingBottom
IgbCellInfo.ActualPaddingLeft
IgbCellInfo.ActualPaddingTop
IgbCellInfo.ActualPaddingRight
IgbCellInfo.ActualPaddingBottom
IgbCellInfo.BorderLeftWidth
IgbCellInfo.BorderTopWidth
IgbCellInfo.BorderRightWidth
IgbCellInfo.BorderBottomWidth
IgbCellInfo.ActivationBorderLeftWidth
IgbCellInfo.ActivationBorderTopWidth
IgbCellInfo.ActivationBorderRightWidth
IgbCellInfo.ActivationBorderBottomWidth
IgbCellInfo.ErrorBorderLeftWidth
IgbCellInfo.ErrorBorderTopWidth
IgbCellInfo.ErrorBorderRightWidth
IgbCellInfo.ErrorBorderBottomWidth
IgbCellInfo.ActualBorderLeftWidth
IgbCellInfo.ActualBorderTopWidth
IgbCellInfo.ActualBorderRightWidth
IgbCellInfo.ActualBorderBottomWidth
IgbCellInfo.SortDirection
IgbCellInfo.IsExpanded
IgbCellInfo.IsCollapsable
IgbCellInfo.Pinned
IgbCellInfo.EditFontFamily
IgbCellInfo.EditFontSize
IgbCellInfo.EditFontStyle
IgbCellInfo.EditFontWeight
IgbCellInfo.IsEdited
IgbCellInfo.IsDeleted
IgbCellInfo.EditError
IgbCellInfo.IsInEditMode
IgbCellInfo.EditID
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
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.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
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
Type Description
DataSourceSchemaPropertyType

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
Type Description
IgbColumnFilterCondition

FilterExpression

Gets or sets the current filter expression applied to the column.

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

FilterOperands

Declaration
public IgbGridFilterOperandsCollection FilterOperands { get; set; }
Property Value
Type Description
IgbGridFilterOperandsCollection

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
Type Description
ColumnComparisonConditionOperatorType

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
IgbCellInfo.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbCellInfo.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
IgbCellInfo.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
IgbCellInfo.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable