ASPxClientHtmlEditorTablePropertiesCommandArguments Properties
Contains settings related to the ASPxClientCommandConsts.TABLEPROPERTIES_DIALOG_COMMAND command parameter.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