Provides localizable strings used by the table tools of RadzenHtmlEditor.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class HtmlEditorTableStringsProvides localizable strings used by the table tools of RadzenHtmlEditor.
public HtmlEditorTableStrings()Gets or sets the notification summary shown when a table action is blocked.
public string ActionBlocked { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the notification summary shown when a table action is blocked. |
Gets or sets the message shown when a table command requires the caret to be inside a table.
public string ActionRequiresTable { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the message shown when a table command requires the caret to be inside a table. |
Gets or sets the border label used by the table dialog.
public string Border { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the border label used by the table dialog. |
Gets or sets the bottom border toggle text used by the table dialog.
public string BorderBottom { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the bottom border toggle text used by the table dialog. |
Gets or sets the border color label used by the table dialog.
public string BorderColor { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the border color label used by the table dialog. |
Gets or sets the left border toggle text used by the table dialog.
public string BorderLeft { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the left border toggle text used by the table dialog. |
Gets or sets the right border toggle text used by the table dialog.
public string BorderRight { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the right border toggle text used by the table dialog. |
Gets or sets the border style label used by the table dialog.
public string BorderStyle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the border style label used by the table dialog. |
Gets or sets the top border toggle text used by the table dialog.
public string BorderTop { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the top border toggle text used by the table dialog. |
Gets or sets the border width in pixels label used by the table dialog.
public string BorderWidthPx { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the border width in pixels label used by the table dialog. |
Gets or sets the cancel button text used by the table dialog.
public string Cancel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the cancel button text used by the table dialog. |
Gets or sets the cell background label used by the table dialog.
public string CellBackground { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the cell background label used by the table dialog. |
Gets or sets the cell border label used by the table dialog.
public string CellBorder { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the cell border label used by the table dialog. |
Gets or sets the cell padding label used by the table dialog.
public string CellPadding { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the cell padding label used by the table dialog. |
Gets or sets the cell padding in pixels label used by the table dialog.
public string CellPaddingPx { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the cell padding in pixels label used by the table dialog. |
Gets or sets the horizontal cell alignment label used by the table dialog.
public string CellTextAlign { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the horizontal cell alignment label used by the table dialog. |
Gets or sets the vertical cell alignment label used by the table dialog.
public string CellVerticalAlign { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the vertical cell alignment label used by the table dialog. |
Gets or sets the column width label used by the table dialog.
public string ColumnWidth { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the column width label used by the table dialog. |
Gets or sets the column width in pixels label used by the table dialog.
public string ColumnWidthPx { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the column width in pixels label used by the table dialog. |
Gets or sets the columns label used by the table dialog.
public string Columns { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the columns label used by the table dialog. |
Gets or sets the copy cells command text.
public string CopyCells { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the copy cells command text. |
Gets or sets the message shown when the selected cells do not form a rectangular copy range.
public string CopyInvalidSelection { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the message shown when the selected cells do not form a rectangular copy range. |
Gets or sets the format string used to label generated header cells. {0} is replaced with the 1-based column index.
public string DefaultColumnHeader { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format string used to label generated header cells. {0} is replaced with the 1-based column index. |
Gets or sets the delete column command text.
public string DeleteColumn { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the delete column command text. |
Gets or sets the delete row command text.
public string DeleteRow { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the delete row command text. |
Gets or sets the delete table command text.
public string DeleteTable { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the delete table command text. |
Gets or sets the title used by the table dialog.
public string DialogTitle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title used by the table dialog. |
Gets or sets the edit section label used by the table dialog.
public string Edit { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the edit section label used by the table dialog. |
Gets or sets the header row toggle text used by the table dialog.
public string HeaderRow { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the header row toggle text used by the table dialog. |
Gets or sets the insert column left command text.
public string InsertColumnLeft { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the insert column left command text. |
Gets or sets the insert column right command text.
public string InsertColumnRight { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the insert column right command text. |
Gets or sets the insert row above command text.
public string InsertRowAbove { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the insert row above command text. |
Gets or sets the insert row below command text.
public string InsertRowBelow { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the insert row below command text. |
Gets or sets the merge down command text.
public string MergeDown { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the merge down command text. |
Gets or sets the message shown when the selected cells cannot be merged because they are not rectangular.
public string MergeInvalidSelection { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the message shown when the selected cells cannot be merged because they are not rectangular. |
Gets or sets the merge right command text.
public string MergeRight { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the merge right command text. |
Gets or sets the insert confirmation button text used by the table dialog.
public string OK { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the insert confirmation button text used by the table dialog. |
Gets or sets the message shown when pasted cells would overlap merged cells or an irregular selection.
public string PasteBlocked { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the message shown when pasted cells would overlap merged cells or an irregular selection. |
Gets or sets the paste cells command text.
public string PasteCells { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the paste cells command text. |
Gets or sets the rows label used by the table dialog.
public string Rows { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the rows label used by the table dialog. |
Gets or sets the split cell command text.
public string SplitCell { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the split cell command text. |
Gets or sets the update confirmation button text used by the table dialog.
public string Update { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the update confirmation button text used by the table dialog. |
Gets or sets the width label used by the table dialog.
public string Width { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the width label used by the table dialog. |