Skip to main content

ASPxClientHtmlEditorTablePropertiesCommandArguments.headers Property

Gets or sets a value indicating whether the first row/column serves as the table’s header.

Declaration

headers: string

Property Value

Type Description
string

A string value that specifies whether the first row/column serves as the table’s header.

Remarks

Valid values are:

  • “null”: there are no headers in the table;
  • “column”: the table’s first column is a header;
  • “row”: the table’s first row is a header;
  • “both”: both the first column and row are the table’s headers;
See Also