HtmlEditorTableStrings Class

Provides localizable strings used by the table tools of RadzenHtmlEditor.

Inheritance

Object

HtmlEditorTableStrings

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class HtmlEditorTableStrings

Constructors

HtmlEditorTableStringslink

Provides localizable strings used by the table tools of RadzenHtmlEditor.

Declaration
public HtmlEditorTableStrings()

Properties

ActionBlockedlink

Gets or sets the notification summary shown when a table action is blocked.

Declaration
public string ActionBlocked { get; set; }
Property Value
Type Description
stringGets or sets the notification summary shown when a table action is blocked.

ActionRequiresTablelink

Gets or sets the message shown when a table command requires the caret to be inside a table.

Declaration
public string ActionRequiresTable { get; set; }
Property Value
Type Description
stringGets or sets the message shown when a table command requires the caret to be inside a table.

Borderlink

Gets or sets the border label used by the table dialog.

Declaration
public string Border { get; set; }
Property Value
Type Description
stringGets or sets the border label used by the table dialog.

BorderBottomlink

Gets or sets the bottom border toggle text used by the table dialog.

Declaration
public string BorderBottom { get; set; }
Property Value
Type Description
stringGets or sets the bottom border toggle text used by the table dialog.

BorderColorlink

Gets or sets the border color label used by the table dialog.

Declaration
public string BorderColor { get; set; }
Property Value
Type Description
stringGets or sets the border color label used by the table dialog.

BorderLeftlink

Gets or sets the left border toggle text used by the table dialog.

Declaration
public string BorderLeft { get; set; }
Property Value
Type Description
stringGets or sets the left border toggle text used by the table dialog.

BorderRightlink

Gets or sets the right border toggle text used by the table dialog.

Declaration
public string BorderRight { get; set; }
Property Value
Type Description
stringGets or sets the right border toggle text used by the table dialog.

BorderStylelink

Gets or sets the border style label used by the table dialog.

Declaration
public string BorderStyle { get; set; }
Property Value
Type Description
stringGets or sets the border style label used by the table dialog.

BorderToplink

Gets or sets the top border toggle text used by the table dialog.

Declaration
public string BorderTop { get; set; }
Property Value
Type Description
stringGets or sets the top border toggle text used by the table dialog.

BorderWidthPxlink

Gets or sets the border width in pixels label used by the table dialog.

Declaration
public string BorderWidthPx { get; set; }
Property Value
Type Description
stringGets or sets the border width in pixels label used by the table dialog.

Cancellink

Gets or sets the cancel button text used by the table dialog.

Declaration
public string Cancel { get; set; }
Property Value
Type Description
stringGets or sets the cancel button text used by the table dialog.

CellBackgroundlink

Gets or sets the cell background label used by the table dialog.

Declaration
public string CellBackground { get; set; }
Property Value
Type Description
stringGets or sets the cell background label used by the table dialog.

CellBorderlink

Gets or sets the cell border label used by the table dialog.

Declaration
public string CellBorder { get; set; }
Property Value
Type Description
stringGets or sets the cell border label used by the table dialog.

CellPaddinglink

Gets or sets the cell padding label used by the table dialog.

Declaration
public string CellPadding { get; set; }
Property Value
Type Description
stringGets or sets the cell padding label used by the table dialog.

CellPaddingPxlink

Gets or sets the cell padding in pixels label used by the table dialog.

Declaration
public string CellPaddingPx { get; set; }
Property Value
Type Description
stringGets or sets the cell padding in pixels label used by the table dialog.

CellTextAlignlink

Gets or sets the horizontal cell alignment label used by the table dialog.

Declaration
public string CellTextAlign { get; set; }
Property Value
Type Description
stringGets or sets the horizontal cell alignment label used by the table dialog.

CellVerticalAlignlink

Gets or sets the vertical cell alignment label used by the table dialog.

Declaration
public string CellVerticalAlign { get; set; }
Property Value
Type Description
stringGets or sets the vertical cell alignment label used by the table dialog.

ColumnWidthlink

Gets or sets the column width label used by the table dialog.

Declaration
public string ColumnWidth { get; set; }
Property Value
Type Description
stringGets or sets the column width label used by the table dialog.

ColumnWidthPxlink

Gets or sets the column width in pixels label used by the table dialog.

Declaration
public string ColumnWidthPx { get; set; }
Property Value
Type Description
stringGets or sets the column width in pixels label used by the table dialog.

Columnslink

Gets or sets the columns label used by the table dialog.

Declaration
public string Columns { get; set; }
Property Value
Type Description
stringGets or sets the columns label used by the table dialog.

CopyCellslink

Gets or sets the copy cells command text.

Declaration
public string CopyCells { get; set; }
Property Value
Type Description
stringGets or sets the copy cells command text.

CopyInvalidSelectionlink

Gets or sets the message shown when the selected cells do not form a rectangular copy range.

Declaration
public string CopyInvalidSelection { get; set; }
Property Value
Type Description
stringGets or sets the message shown when the selected cells do not form a rectangular copy range.

DefaultColumnHeaderlink

Gets or sets the format string used to label generated header cells. {0} is replaced with the 1-based column index.

Declaration
public string DefaultColumnHeader { get; set; }
Property Value
Type Description
stringGets or sets the format string used to label generated header cells. {0} is replaced with the 1-based column index.

DeleteColumnlink

Gets or sets the delete column command text.

Declaration
public string DeleteColumn { get; set; }
Property Value
Type Description
stringGets or sets the delete column command text.

DeleteRowlink

Gets or sets the delete row command text.

Declaration
public string DeleteRow { get; set; }
Property Value
Type Description
stringGets or sets the delete row command text.

DeleteTablelink

Gets or sets the delete table command text.

Declaration
public string DeleteTable { get; set; }
Property Value
Type Description
stringGets or sets the delete table command text.

DialogTitlelink

Gets or sets the title used by the table dialog.

Declaration
public string DialogTitle { get; set; }
Property Value
Type Description
stringGets or sets the title used by the table dialog.

Editlink

Gets or sets the edit section label used by the table dialog.

Declaration
public string Edit { get; set; }
Property Value
Type Description
stringGets or sets the edit section label used by the table dialog.

HeaderRowlink

Gets or sets the header row toggle text used by the table dialog.

Declaration
public string HeaderRow { get; set; }
Property Value
Type Description
stringGets or sets the header row toggle text used by the table dialog.

InsertColumnLeftlink

Gets or sets the insert column left command text.

Declaration
public string InsertColumnLeft { get; set; }
Property Value
Type Description
stringGets or sets the insert column left command text.

InsertColumnRightlink

Gets or sets the insert column right command text.

Declaration
public string InsertColumnRight { get; set; }
Property Value
Type Description
stringGets or sets the insert column right command text.

InsertRowAbovelink

Gets or sets the insert row above command text.

Declaration
public string InsertRowAbove { get; set; }
Property Value
Type Description
stringGets or sets the insert row above command text.

InsertRowBelowlink

Gets or sets the insert row below command text.

Declaration
public string InsertRowBelow { get; set; }
Property Value
Type Description
stringGets or sets the insert row below command text.

MergeDownlink

Gets or sets the merge down command text.

Declaration
public string MergeDown { get; set; }
Property Value
Type Description
stringGets or sets the merge down command text.

MergeInvalidSelectionlink

Gets or sets the message shown when the selected cells cannot be merged because they are not rectangular.

Declaration
public string MergeInvalidSelection { get; set; }
Property Value
Type Description
stringGets or sets the message shown when the selected cells cannot be merged because they are not rectangular.

MergeRightlink

Gets or sets the merge right command text.

Declaration
public string MergeRight { get; set; }
Property Value
Type Description
stringGets or sets the merge right command text.

OKlink

Gets or sets the insert confirmation button text used by the table dialog.

Declaration
public string OK { get; set; }
Property Value
Type Description
stringGets or sets the insert confirmation button text used by the table dialog.

PasteBlockedlink

Gets or sets the message shown when pasted cells would overlap merged cells or an irregular selection.

Declaration
public string PasteBlocked { get; set; }
Property Value
Type Description
stringGets or sets the message shown when pasted cells would overlap merged cells or an irregular selection.

PasteCellslink

Gets or sets the paste cells command text.

Declaration
public string PasteCells { get; set; }
Property Value
Type Description
stringGets or sets the paste cells command text.

Rowslink

Gets or sets the rows label used by the table dialog.

Declaration
public string Rows { get; set; }
Property Value
Type Description
stringGets or sets the rows label used by the table dialog.

SplitCelllink

Gets or sets the split cell command text.

Declaration
public string SplitCell { get; set; }
Property Value
Type Description
stringGets or sets the split cell command text.

Updatelink

Gets or sets the update confirmation button text used by the table dialog.

Declaration
public string Update { get; set; }
Property Value
Type Description
stringGets or sets the update confirmation button text used by the table dialog.

Widthlink

Gets or sets the width label used by the table dialog.

Declaration
public string Width { get; set; }
Property Value
Type Description
stringGets or sets the width label used by the table dialog.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙