Represents info about the current cell.

Inheritance

Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbEditorCellInfo()

Returns IgbEditorCellInfo

Inherited from: IgbCellInfo

Gets the style key of the current cell, used for recycling.

[Parameter]
public string StyleKey { get; set; }

Inherited from: IgbCellInfo

Gets the absolute data row for the current cell.

[Parameter]
public int DataRow { get; set; }

Inherited from: IgbCellInfo

Gets the column index for the current cell.

public int ColumnIdx { get; protected set; }

Inherited from: IgbCellInfo

public bool IsSectionSummary { get; protected set; }

Inherited from: IgbCellInfo

public bool IsRootSummary { get; protected set; }

Inherited from: IgbCellInfo

public bool IsFirstRootSummarySeparator { get; protected set; }

Inherited from: IgbCellInfo

Gets if the position of the cell is dirty.

[Parameter]
public bool IsPositionDirty { get; set; }

Inherited from: IgbCellInfo

Gets if the size of the cell is dirty.

[Parameter]
public bool IsSizeDirty { get; set; }

Inherited from: IgbCellInfo

Gets if the content of the cell is dirty.

[Parameter]
public bool IsContentDirty { get; set; }

Inherited from: IgbCellInfo

Gets if the content of the cell is dirty.

[Parameter]
public bool IsBorderDirty { get; set; }

Inherited from: IgbCellInfo

Gets if the layer of the cell is dirty.

[Parameter]
public bool IsLayerDirty { get; set; }

Inherited from: IgbCellInfo

Gets if the layer of the cell is dirty.

[Parameter]
public bool IsStateDirty { get; set; }

Inherited from: IgbCellInfo

Gets if the data of the cell is dirty.

[Parameter]
public bool IsDataDirty { get; set; }

Inherited from: IgbCellInfo

Gets if placeholder content is needed when virtualized.

[Parameter]
public bool IsPlaceholdContentNeeded { get; set; }

Inherited from: IgbCellInfo

Gets the action manager to propagate actions back to the grid.

[Parameter]
public CellActionManager ActionManager { get; set; }

Inherited from: IgbCellInfo

Gets or sets whether the cell is hit test visible.

[Parameter]
public bool IsHitTestVisible { get; set; }

Inherited from: IgbCellInfo

Gets if this cell belongs to a row that has been marked as pinned.

[Parameter]
public bool IsRowPinned { get; set; }

Inherited from: IgbCellInfo

Gets if this cell belongs to a row that will stick to the top of the grid.

[Parameter]
public bool IsRowSticky { get; set; }

Inherited from: IgbCellInfo

Gets if this cell is the last row that can stick to the top of the grid.

[Parameter]
public bool IsLastStickyRow { get; set; }

Inherited from: IgbCellInfo

Gets if this cell is in the filter row.

[Parameter]
public bool IsFilterRow { get; set; }

Inherited from: IgbCellInfo

Gets the indent level of the cell.

[Parameter]
public int Indent { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public object RowItem { get; set; }

Inherited from: IgbCellInfo

Provides a means of setting RowItem in the JavaScript environment.

[Parameter]
public string RowItemScript { get; set; }

Inherited from: IgbCellInfo

Gets the X position of the cell within the content.

[Parameter]
public double X { get; set; }

Inherited from: IgbCellInfo

Gets the Y position of the cell within the content.

[Parameter]
public double Y { get; set; }

Inherited from: IgbCellInfo

Gets the pixel snapped X position of the cell within the content.

[Parameter]
public int SnappedX { get; set; }

Inherited from: IgbCellInfo

Gets the snapped Y position of the cell within the content.

[Parameter]
public int SnappedY { get; set; }

Inherited from: IgbCellInfo

Gets or sets the opacity for cells that have unsaved edits.

[Parameter]
public double EditOpacity { get; set; }

Inherited from: IgbCellInfo

Gets or sets the opacity of the content of the cell.

[Parameter]
public double ContentOpacity { get; set; }

Inherited from: IgbCellInfo

Gets the actual content opacity of the cell.

[Parameter]
public double ActualContentOpacity { get; set; }

Inherited from: IgbCellInfo

Gets or sets the opacity of the cell.

[Parameter]
public double Opacity { get; set; }

Inherited from: IgbCellInfo

Gets the actual opacity of the cell.

[Parameter]
public double ActualOpacity { get; set; }

Inherited from: IgbCellInfo

Gets the height of the cell.

[Parameter]
public int Height { get; set; }

Inherited from: IgbCellInfo

Gets the width of the cell.

[Parameter]
public int Width { get; set; }

Inherited from: IgbCellInfo

Gets if the cell is selected.

[Parameter]
public bool IsSelected { get; set; }

Inherited from: IgbCellInfo

Gets the amount that the cell is selected. This is a value between 0 and 1.

[Parameter]
public double SelectedStatus { get; set; }

Inherited from: IgbCellInfo

Gets the amount that the cell is activated. This is a value between 0 and 1.

[Parameter]
public double ActivationStatus { get; set; }

Inherited from: IgbCellInfo

Gets the amount that the cell is hovered. This is a value between 0 and 1.

[Parameter]
public double HoverStatus { get; set; }

Inherited from: IgbCellInfo

Gets whether the cell is hoverable or not.

[Parameter]
public bool IsHoverable { get; set; }

Inherited from: IgbCellInfo

Gets or sets the horiztonal alignment of the cell content.

[Parameter]
public CellContentHorizontalAlignment HorizontalAlignment { get; set; }

Inherited from: IgbCellInfo

Gets or sets the vertical alignment of the cell content.

[Parameter]
public CellContentVerticalAlignment VerticalAlignment { get; set; }

Inherited from: IgbCellInfo

Gets or sets the background color of the cell.

[Parameter]
public string Background { get; set; }

Inherited from: IgbCellInfo

Gets or sets the border color of the cell.

[Parameter]
public string Border { get; set; }

Inherited from: IgbCellInfo

Gets the actual background color of the cell

[Parameter]
public string ActualBackground { get; set; }

Inherited from: IgbCellInfo

Gets the actual background color of the cell

[Parameter]
public string ActualBorder { get; set; }

Inherited from: IgbCellInfo

Gets the actual background color of the cell

[Parameter]
public string ActivationBorder { get; set; }

Inherited from: IgbCellInfo

Gets or sets the error border color of the cell.

[Parameter]
public string ErrorBorder { get; set; }

Inherited from: IgbCellInfo

Gets or sets the selected background color of the cell.

[Parameter]
public string SelectedBackground { get; set; }

Inherited from: IgbCellInfo

Gets or sets the selected text color of the cell.

[Parameter]
public string SelectedTextColor { get; set; }

Inherited from: IgbCellInfo

Gets or sets the hover background color of the cell.

[Parameter]
public string HoverBackground { get; set; }

Inherited from: IgbCellInfo

Gets or sets the hover text color of the cell.

[Parameter]
public string HoverTextColor { get; set; }

Inherited from: IgbCellInfo

Gets or sets the color for the sort indicator icon.

[Parameter]
public string SortIndicatorColor { get; set; }

Inherited from: IgbCellInfo

Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.

[Parameter]
public string StickyRowBackground { get; set; }

Inherited from: IgbCellInfo

Gets or sets the background color for the cell that has been marked as pinned.

[Parameter]
public string PinnedRowBackground { get; set; }

Inherited from: IgbCellInfo

Gets or sets the color for the last row in the sticky row area.

[Parameter]
public string LastStickyRowBackground { get; set; }

Inherited from: IgbCellInfo

Gets or sets the background color for filter row.

[Parameter]
public string FilterRowBackground { get; set; }

Inherited from: IgbCellInfo

Gets or sets the color to use for displaying text.

[Parameter]
public double PinnedRowOpacity { get; set; }

Inherited from: IgbCellInfo

Gets or sets the original value for the cell, before processing.

[Parameter]
public object OriginalValue { get; set; }

Inherited from: IgbCellInfo

Provides a means of setting OriginalValue in the JavaScript environment.

[Parameter]
public string OriginalValueScript { get; set; }

Inherited from: IgbCellInfo

Gets or sets the text value, if any, which was rendered by a text cell.

[Parameter]
public string RenderValue { get; set; }

Inherited from: IgbCellInfo

If set, this text will be used when rendering the cell value.

[Parameter]
public string UserFormattedValue { get; set; }

Inherited from: IgbCellInfo

Gets or sets the color of the text for the cell, if any.

[Parameter]
public string TextColor { get; set; }

Inherited from: IgbCellInfo

Gets the actual color of the text for the cell, if any.

[Parameter]
public string ActualTextColor { get; set; }

Inherited from: IgbCellInfo

Gets or sets the text color for cells in deleted rows.

[Parameter]
public string DeletedTextColor { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string FontFamily { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public double FontSize { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string FontStyle { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string FontWeight { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string ActualFontFamily { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public double ActualFontSize { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string ActualFontStyle { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string ActualFontWeight { get; set; }

Inherited from: IgbCellInfo

Gets or sets the text to display in the suffix area of the cell.

[Parameter]
public string SuffixText { get; set; }

Inherited from: IgbCellInfo

Gets or sets the color of the suffix text for the cell, if any.

[Parameter]
public string SuffixTextColor { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string SuffixTextFontFamily { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public double SuffixTextFontSize { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string SuffixTextFontStyle { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string SuffixTextFontWeight { get; set; }

Inherited from: IgbCellInfo

Gets or sets the icon to display in the suffix area of the cell.

[Parameter]
public string SuffixIconName { get; set; }

Inherited from: IgbCellInfo

Gets or sets the icon to display in the suffix area of the cell.

[Parameter]
public string SuffixIconCollectionName { get; set; }

Inherited from: IgbCellInfo

Gets or sets the stroke color of the suffix icon.

[Parameter]
public string SuffixIconStroke { get; set; }

Inherited from: IgbCellInfo

Gets or sets the fill color of the suffix icon.

[Parameter]
public string SuffixIconFill { get; set; }

Inherited from: IgbCellInfo

Gets or sets the suffix icon's viewbox x coordinate.

[Parameter]
public double SuffixIconViewBoxLeft { get; set; }

Inherited from: IgbCellInfo

Gets or sets the suffix icon's viewbox y coordinate.

[Parameter]
public double SuffixIconViewBoxTop { get; set; }

Inherited from: IgbCellInfo

Gets or sets the suffix icon's viewbox width.

[Parameter]
public double SuffixIconViewBoxWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the suffix icon's viewbox height.

[Parameter]
public double SuffixIconViewBoxHeight { get; set; }

Inherited from: IgbCellInfo

Gets or sets the suffix margin.

[Parameter]
public double SuffixMargin { get; set; }

Inherited from: IgbCellInfo

Gets or sets the text decorations to apply to the cell text.

[Parameter]
public TextCellDecoration TextDecoration { get; set; }

Inherited from: IgbCellInfo

Gets or sets the line break mode to use if text is present in the cell.

[Parameter]
public TextCellLineBreakMode LineBreakMode { get; set; }

Inherited from: IgbCellInfo

Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.

[Parameter]
public double VirtualizationPercentage { get; set; }

Inherited from: IgbCellInfo

Gets or sets the left padding to use for the content.

[Parameter]
public int PaddingLeft { get; set; }

Inherited from: IgbCellInfo

Gets or sets the top padding to use for the content.

[Parameter]
public int PaddingTop { get; set; }

Inherited from: IgbCellInfo

Gets or sets the right padding to use for the content.

[Parameter]
public int PaddingRight { get; set; }

Inherited from: IgbCellInfo

Gets or sets the bottom padding to use for the content.

[Parameter]
public int PaddingBottom { get; set; }

Inherited from: IgbCellInfo

Gets or sets the left padding to use for the content.

[Parameter]
public int ActualPaddingLeft { get; set; }

Inherited from: IgbCellInfo

Gets or sets the top padding to use for the content.

[Parameter]
public int ActualPaddingTop { get; set; }

Inherited from: IgbCellInfo

Gets or sets the right padding to use for the content.

[Parameter]
public int ActualPaddingRight { get; set; }

Inherited from: IgbCellInfo

Gets or sets the bottom padding to use for the content.

[Parameter]
public int ActualPaddingBottom { get; set; }

Inherited from: IgbCellInfo

Gets or sets the left border to use for the content.

[Parameter]
public int BorderLeftWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the top border to use for the content.

[Parameter]
public int BorderTopWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the right border to use for the content.

[Parameter]
public int BorderRightWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the bottom border to use for the content.

[Parameter]
public int BorderBottomWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the left activation border to use for the content.

[Parameter]
public int ActivationBorderLeftWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the top activation border to use for the content.

[Parameter]
public int ActivationBorderTopWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the right activation border to use for the content.

[Parameter]
public int ActivationBorderRightWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the bottom activation border to use for the content.

[Parameter]
public int ActivationBorderBottomWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the left error border to use for the content.

[Parameter]
public int ErrorBorderLeftWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the top error border to use for the content.

[Parameter]
public int ErrorBorderTopWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the right error border to use for the content.

[Parameter]
public int ErrorBorderRightWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the bottom error border to use for the content.

[Parameter]
public int ErrorBorderBottomWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the actual left border to use for the content.

[Parameter]
public int ActualBorderLeftWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the actual top border to use for the content.

[Parameter]
public int ActualBorderTopWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the actual right border to use for the content.

[Parameter]
public int ActualBorderRightWidth { get; set; }

Inherited from: IgbCellInfo

Gets or sets the actual bottom border to use for the content.

[Parameter]
public int ActualBorderBottomWidth { get; set; }

Inherited from: IgbCellInfo

Gets the current sort direction for the column containing the cell.

[Parameter]
public ColumnSortDirection SortDirection { get; set; }

Inherited from: IgbCellInfo

Gets the expansion state of the cell.

[Parameter]
public bool IsExpanded { get; set; }

Inherited from: IgbCellInfo

Gets if the cell needs to display an expansion indicator.

[Parameter]
public bool IsCollapsable { get; set; }

Inherited from: IgbCellInfo

Gets or sets the color used to render the expansion indicator icon for this cell.

[Parameter]
public string ExpansionIndicatorIconColor { get; set; }

Inherited from: IgbCellInfo

Gets the fixed column position of this cell.

[Parameter]
public PinnedPositions Pinned { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string EditFontFamily { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public double EditFontSize { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string EditFontStyle { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public string EditFontWeight { get; set; }

Inherited from: IgbCellInfo

Gets whether the cell has been edited.

[Parameter]
public bool IsEdited { get; set; }

Inherited from: IgbCellInfo

Gets whether the cell is part of a deleted row.

[Parameter]
public bool IsDeleted { get; set; }

Inherited from: IgbCellInfo

Gets or sets the error message for the cell.

[Parameter]
public string EditError { get; set; }

Inherited from: IgbCellInfo

Gets whether the cell is in edit mode.

[Parameter]
public bool IsInEditMode { get; set; }

Inherited from: IgbCellInfo

[Parameter]
public int EditID { get; set; }

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }

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

[Parameter]
public DataSourceSchemaPropertyType DataType { get; set; }
[Parameter]
public string DateFormatString { get; set; }

Gets or sets the edit target for this cell.

[Parameter]
public IgbCellInfo EditTarget { get; set; }

Gets or sets the user selected value.

[Parameter]
public object EditValue { get; set; }

Provides a means of setting EditValue in the JavaScript environment.

[Parameter]
public string EditValueScript { get; set; }

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

[Parameter]
public object EditorDataSource { get; set; }

Provides a means of setting EditorDataSource in the JavaScript environment.

[Parameter]
public string EditorDataSourceScript { get; set; }

Gets or sets the editors display member.

[Parameter]
public string EditorTextField { get; set; }

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

[Parameter]
public EditorType EditorType { get; set; }

Gets or sets the editors value member.

[Parameter]
public string[] EditorValueField { get; set; }

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

[Parameter]
public string ErrorMessage { get; set; }

Gets whether the editor cell is hidden or not.

public bool IsHidden { get; protected set; }
[Parameter]
public bool ShowTodayButton { get; set; }

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

public int TargetColumn { get; protected set; }

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

public int TargetRow { get; protected set; }
public override string Type { get; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: IgbCellInfo

public Task<bool> IsCustomFieldDirtyAsync(string propertyName)

Parameters

  • propertyName: string

Returns any

Inherited from: IgbCellInfo

public bool IsCustomFieldDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Inherited from: IgbCellInfo

Gets if a named property is dirty.

public Task<bool> IsDirtyByIdAsync(int propertyId_)

Parameters

  • propertyId_: int

Returns any

Inherited from: IgbCellInfo

public bool IsDirtyById(int propertyId_)

Parameters

  • propertyId_: int

Returns any

Inherited from: IgbCellInfo

Gets if a named property is dirty.

public Task<bool> IsDirtyAsync(string propertyName)

Parameters

  • propertyName: string

Returns any

Inherited from: IgbCellInfo

public bool IsDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Inherited from: IgbCellInfo

public Task SetNamedValueAsync(string valueName, object value)

Parameters

  • valueName: string
  • value: object

Returns any

Inherited from: IgbCellInfo

public void SetNamedValue(string valueName, object value)

Parameters

  • valueName: string
  • value: object

Returns any

Inherited from: IgbCellInfo

Returns if there is a named value stored for the cell.

public Task<bool> HasNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbCellInfo

public bool HasNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbCellInfo

Removes a named value from the cell.

public Task RemoveNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbCellInfo

public void RemoveNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbCellInfo

Gets a named value from the cell.

public Task<object> GetNamedValueAsync(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: IgbCellInfo

public object GetNamedValue(string valueName)

Parameters

  • valueName: string

Returns any

Inherited from: BaseRendererElement

protected virtual void EnsureModulesLoaded()

Returns any

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any