HtmlEditorTableSelection Class

Describes the current table selection inside RadzenHtmlEditor.

Inheritance

Object

HtmlEditorTableSelection

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class HtmlEditorTableSelection

Constructors

HtmlEditorTableSelectionlink

Describes the current table selection inside RadzenHtmlEditor.

Declaration
public HtmlEditorTableSelection()

Properties

Borderlink

Gets or sets the table border.

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

BorderBottomlink

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 🗙