ASPxClientHtmlEditorTablePropertiesCommandArguments.summary Property
Gets or sets the table’s summary.
Declaration
summary: string
Property Value
Type | Description |
---|---|
string | A string value that is the table’s summary. |
Remarks
The summary property is used to specify the table’s summary. The summary is not displayed on a web page and can be used by a screen reader.
For more information, refer to the Using the summary attribute of the table element to give an overview of data tables topic.
See Also