Show / Hide Table of Contents

Class IgbEditorCellInfo

Represents info about the current cell.

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

Constructors

IgbEditorCellInfo()

Declaration
public IgbEditorCellInfo()

Properties

DataType

Gets or sets the data type associated with the cell being edited.

Declaration
public DataSourceSchemaPropertyType DataType { get; set; }
Property Value
Type Description
DataSourceSchemaPropertyType

DateFormatString

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

EditorDataSource

Gets or sets the data source to use for the editor where it makes sense.

Declaration
public object EditorDataSource { get; set; }
Property Value
Type Description
System.Object

EditorDataSourceScript

Provides a means of setting EditorDataSource in the JavaScript environment.

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

EditorTextField

Gets or sets the editors display member.

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

EditorType

Gets or sets the type of editor to use while cell editing.

Declaration
public EditorType EditorType { get; set; }
Property Value
Type Description
EditorType

EditorValueField

Gets or sets the editors value member.

Declaration
public string[] EditorValueField { get; set; }
Property Value
Type Description
System.String[]

EditTarget

Gets or sets the edit target for this cell.

Declaration
public IgbCellInfo EditTarget { get; set; }
Property Value
Type Description
IgbCellInfo

EditValue

Gets or sets the user selected value.

Declaration
public object EditValue { get; set; }
Property Value
Type Description
System.Object

EditValueScript

Provides a means of setting EditValue in the JavaScript environment.

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

ErrorMessage

Gets or sets the error message to display in the editor cell.

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

IsHidden

Gets whether the editor cell is hidden or not.

Declaration
public bool IsHidden { get; protected set; }
Property Value
Type Description
System.Boolean

ShowTodayButton

Declaration
public bool ShowTodayButton { get; set; }
Property Value
Type Description
System.Boolean

TargetColumn

Gets the column index that the editor cell is targeting for edit.

Declaration
public int TargetColumn { get; protected set; }
Property Value
Type Description
System.Int32

TargetRow

Gets the row index that the editor cell is targeting for edit.

Declaration
public int TargetRow { get; protected set; }
Property Value
Type Description
System.Int32

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