Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorTableCellPropertiesCommandArguments Members

Contains settings related to the ASPxClientCommandConsts.TABLECELLPROPERTIES_DIALOG_COMMAND command parameter.

Constructors

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

Properties

Name Description
applyForAll Gets or sets a value that indicates whether the cell settings should be applied to all cells 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 cell element.
See Also