Skip to main content

ASPxClientHtmlEditorInsertTableCommandArguments Properties

Contains settings related to the ASPxClientCommandConsts.INSERTTABLE_COMMAND command parameter.
Name Description
align Determines the position of the target table element. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
caption Gets or sets a value that is the table caption. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
cellPadding Gets or sets a table cell padding. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
cellSpacing Gets or sets the table cell spacing. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
columns Gets or sets the count of columns in the table.
headers Gets or sets a value indicating whether the first row/column serves as the table’s header. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
isEqualColumnWidth Gets or sets a value indicating whether all table columns should have equal width.
rows Gets or sets the count of rows in the table.
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. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
summary Gets or sets the table’s summary. Inherited from ASPxClientHtmlEditorTablePropertiesCommandArguments.
See Also