Skip to main content

ASPxClientHtmlEditorTablePropertiesCommandArguments Members

Contains settings related to the ASPxClientCommandConsts.TABLEPROPERTIES_DIALOG_COMMAND command parameter.

Constructors

Name Description
constructor(htmlEditor, selectedElement) Initializes a new instance of the ASPxClientHtmlEditorTablePropertiesCommandArguments class with specified settings.

Properties

Name Description
align Determines the position of the target table element.
caption Gets or sets a value that is the table caption.
cellPadding Gets or sets a table cell padding.
cellSpacing Gets or sets the table cell spacing.
headers Gets or sets a value indicating whether the first row/column serves as the table’s header.
selectedElement Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments.
styleSettings Contains the style settings defining the appearance of the target table element.
summary Gets or sets the table’s summary.
See Also