HtmlEditorTableSelection Class

Describes the current table selection inside RadzenHtmlEditor.

Inheritance

Object

HtmlEditorTableSelection

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class HtmlEditorTableSelection

Constructors

HtmlEditorTableSelectionLink to this section

Describes the current table selection inside RadzenHtmlEditor.

Declaration
public HtmlEditorTableSelection()

Properties

BorderLink to this section

Gets or sets the table border.

Declaration
public int Border { get; set; }
Property Value
Type Description
intGets or sets the table border.

BorderBottomLink to this section

Gets or sets a value indicating whether the bottom border is present.

Declaration
public bool BorderBottom { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the bottom border is present.

BorderColorLink to this section

Gets or sets the current cell border color.

Declaration
public string BorderColor { get; set; }
Property Value
Type Description
stringGets or sets the current cell border color.

BorderLeftLink to this section

Gets or sets a value indicating whether the left border is present.

Declaration
public bool BorderLeft { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the left border is present.

BorderRightLink to this section

Gets or sets a value indicating whether the right border is present.

Declaration
public bool BorderRight { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the right border is present.

BorderStyleLink to this section

Gets or sets the current cell border style preset.

Declaration
public string BorderStyle { get; set; }
Property Value
Type Description
stringGets or sets the current cell border style preset.

BorderTopLink to this section

Gets or sets a value indicating whether the top border is present.

Declaration
public bool BorderTop { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the top border is present.

BorderWidthPxLink to this section

Gets or sets the current cell border width in pixels.

Declaration
public int? BorderWidthPx { get; set; }
Property Value
Type Description
int?Gets or sets the current cell border width in pixels.

CanMergeDownLink to this section

Gets or sets a value indicating whether the current cell can be merged with the cell below.

Declaration
public bool CanMergeDown { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the current cell can be merged with the cell below.

CanMergeRightLink to this section

Gets or sets a value indicating whether the current cell can be merged with the cell to the right.

Declaration
public bool CanMergeRight { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the current cell can be merged with the cell to the right.

CanSplitLink to this section

Gets or sets a value indicating whether the current cell can be split.

Declaration
public bool CanSplit { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the current cell can be split.

CellBackgroundLink to this section

Gets or sets the current cell background color.

Declaration
public string CellBackground { get; set; }
Property Value
Type Description
stringGets or sets the current cell background color.

CellBorderLink to this section

Gets or sets the current cell border style.

Declaration
public string CellBorder { get; set; }
Property Value
Type Description
stringGets or sets the current cell border style.

CellPaddingLink to this section

Gets or sets the current cell padding.

Declaration
public string CellPadding { get; set; }
Property Value
Type Description
stringGets or sets the current cell padding.

CellPaddingPxLink to this section

Gets or sets the current cell padding in pixels.

Declaration
public int? CellPaddingPx { get; set; }
Property Value
Type Description
int?Gets or sets the current cell padding in pixels.

CellTextAlignLink to this section

Gets or sets the current cell horizontal alignment.

Declaration
public string CellTextAlign { get; set; }
Property Value
Type Description
stringGets or sets the current cell horizontal alignment.

CellVerticalAlignLink to this section

Gets or sets the current cell vertical alignment.

Declaration
public string CellVerticalAlign { get; set; }
Property Value
Type Description
stringGets or sets the current cell vertical alignment.

ColSpanLink to this section

Gets or sets the current cell column span.

Declaration
public int ColSpan { get; set; }
Property Value
Type Description
intGets or sets the current cell column span.

ColumnIndexLink to this section

Gets or sets the zero-based column index.

Declaration
public int ColumnIndex { get; set; }
Property Value
Type Description
intGets or sets the zero-based column index.

ColumnWidthLink to this section

Gets or sets the current column width.

Declaration
public string ColumnWidth { get; set; }
Property Value
Type Description
stringGets or sets the current column width.

ColumnWidthPxLink to this section

Gets or sets the current column width in pixels.

Declaration
public int? ColumnWidthPx { get; set; }
Property Value
Type Description
int?Gets or sets the current column width in pixels.

ColumnsLink to this section

Gets or sets the number of columns.

Declaration
public int Columns { get; set; }
Property Value
Type Description
intGets or sets the number of columns.

HeaderRowLink to this section

Gets or sets a value indicating whether the current table contains a header row.

Declaration
public bool HeaderRow { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the current table contains a header row.

InHeaderLink to this section

Gets or sets a value indicating whether the current selection is inside a header cell.

Declaration
public bool InHeader { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the current selection is inside a header cell.

InTableLink to this section

Gets or sets a value indicating whether the current selection is inside a table.

Declaration
public bool InTable { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the current selection is inside a table.

RowIndexLink to this section

Gets or sets the zero-based row index within the body section.

Declaration
public int RowIndex { get; set; }
Property Value
Type Description
intGets or sets the zero-based row index within the body section.

RowSpanLink to this section

Gets or sets the current cell row span.

Declaration
public int RowSpan { get; set; }
Property Value
Type Description
intGets or sets the current cell row span.

RowsLink to this section

Gets or sets the number of body rows.

Declaration
public int Rows { get; set; }
Property Value
Type Description
intGets or sets the number of body rows.

WidthLink to this section

Gets or sets the table width.

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