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 to this section

Contains the arguments for HTML editor table commands.

Declaration
public HtmlEditorTableCommandArgs()

Properties

BorderLink to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 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.

DefaultColumnHeaderLink to this section

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 to this section

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 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 🗙