ASPxClientHtmlEditorTableColumnPropertiesCommandArguments Members
Contains settings related to the ASPxClientCommandConsts.TABLECOLUMNPROPERTIES_DIALOG_COMMAND command parameter.Constructors
Name | Description |
---|---|
constructor(htmlEditor, selectedElement) | Initializes a new instance of the ASPxClientHtmlEditorTableColumnPropertiesCommandArguments class with specified settings. |
Properties
Name | Description |
---|---|
selectedElement | Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments. |
styleSettings | Contains the style settings defining the appearance of the target column element. |
See Also