Show / Hide Table of Contents

Class IgbTextCellInfo

Backing information for a text cell in the grid.

Inheritance
System.Object
BaseRendererElement
IgbCellInfo
IgbTextCellInfo
IgbTextHeaderCellInfo
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.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._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.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 IgbTextCellInfo : IgbCellInfo, JsonSerializable

Constructors

IgbTextCellInfo()

Declaration
public IgbTextCellInfo()

Properties

TextValue

Sets or gets the text value for the cell.

Declaration
public string TextValue { get; set; }
Property Value
Type Description
System.String

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