Describes the current table selection inside RadzenHtmlEditor.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class HtmlEditorTableSelectionDescribes the current table selection inside RadzenHtmlEditor.
public HtmlEditorTableSelection()Gets or sets the table border.
public int Border { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the table border. |
Gets or sets a value indicating whether the bottom border is present.
public bool BorderBottom { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the bottom border is present. |
Gets or sets the current cell border color.
public string BorderColor { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell border color. |
Gets or sets a value indicating whether the left border is present.
public bool BorderLeft { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the left border is present. |
Gets or sets a value indicating whether the right border is present.
public bool BorderRight { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the right border is present. |
Gets or sets the current cell border style preset.
public string BorderStyle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell border style preset. |
Gets or sets a value indicating whether the top border is present.
public bool BorderTop { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the top border is present. |
Gets or sets the current cell border width in pixels.
public int? BorderWidthPx { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets the current cell border width in pixels. |
Gets or sets a value indicating whether the current cell can be merged with the cell below.
public bool CanMergeDown { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the current cell can be merged with the cell below. |
Gets or sets a value indicating whether the current cell can be merged with the cell to the right.
public bool CanMergeRight { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the current cell can be merged with the cell to the right. |
Gets or sets a value indicating whether the current cell can be split.
public bool CanSplit { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the current cell can be split. |
Gets or sets the current cell background color.
public string CellBackground { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell background color. |
Gets or sets the current cell border style.
public string CellBorder { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell border style. |
Gets or sets the current cell padding.
public string CellPadding { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell padding. |
Gets or sets the current cell padding in pixels.
public int? CellPaddingPx { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets the current cell padding in pixels. |
Gets or sets the current cell horizontal alignment.
public string CellTextAlign { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell horizontal alignment. |
Gets or sets the current cell vertical alignment.
public string CellVerticalAlign { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current cell vertical alignment. |
Gets or sets the current cell column span.
public int ColSpan { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the current cell column span. |
Gets or sets the zero-based column index.
public int ColumnIndex { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the zero-based column index. |
Gets or sets the current column width.
public string ColumnWidth { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the current column width. |
Gets or sets the current column width in pixels.
public int? ColumnWidthPx { get; set; }
| Type | Description |
|---|---|
| int? | Gets or sets the current column width in pixels. |
Gets or sets the number of columns.
public int Columns { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the number of columns. |
Gets or sets a value indicating whether the current table contains a header row.
public bool HeaderRow { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the current table contains a header row. |
Gets or sets a value indicating whether the current selection is inside a header cell.
public bool InHeader { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the current selection is inside a header cell. |
Gets or sets a value indicating whether the current selection is inside a table.
public bool InTable { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the current selection is inside a table. |
Gets or sets the zero-based row index within the body section.
public int RowIndex { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the zero-based row index within the body section. |
Gets or sets the current cell row span.
public int RowSpan { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the current cell row span. |
Gets or sets the number of body rows.
public int Rows { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the number of body rows. |
Gets or sets the table width.
public string Width { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the table width. |