HtmlEditorTableCommandArgs Class

Contains the arguments for HTML editor table commands.

Inheritance

Object

HtmlEditorTableCommandArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class HtmlEditorTableCommandArgs

Constructors

HtmlEditorTableCommandArgslink

Contains the arguments for HTML editor table commands.

Declaration
public HtmlEditorTableCommandArgs()

Properties

Borderlink

Gets or sets the table border size.

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

BorderBottomlink

Gets or sets a value indicating whether the bottom border should be applied.

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

BorderColorlink

Gets or sets the selected cell border color.

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

BorderLeftlink

Gets or sets a value indicating whether the left border should be applied.

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

BorderRightlink

Gets or sets a value indicating whether the right border should be applied.

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

BorderStylelink

Gets or sets the selected cell border style preset.

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

BorderToplink

Gets or sets a value indicating whether the top border should be applied.

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

BorderWidthPxlink

Gets or sets the selected cell border width in pixels.

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

CellBackgroundlink

Gets or sets the selected cell background color.

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

CellBorderlink

Gets or sets the selected cell border style.

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

CellPaddinglink

Gets or sets the selected cell padding.

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

CellPaddingPxlink

Gets or sets the selected cell padding in pixels.

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

CellTextAlignlink

Gets or sets the selected cell horizontal alignment.

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

CellVerticalAlignlink

Gets or sets the selected cell vertical alignment.

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

ColumnWidthlink

Gets or sets the selected column width.

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

ColumnWidthPxlink

Gets or sets the selected column width in pixels.

Declaration
public int? ColumnWidthPx { get; set; }
Property Value
Type Description
int?Gets or sets the selected 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.

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.

HeaderRowlink

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

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

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 🗙