Skip to main content

ASPxClientHtmlEditorChangeMediaElementCommandArguments Members

The base class for parameters related to inserting or changing media elements in the ASPxHtmlEditor.

Properties

Name Description
align Determines the position of the target media element.
id Defines the HTML “id” attribute of the target media element.
selectedElement Gets the currently selected element in the ASPxHtmlEditor. Inherited from ASPxClientHtmlEditorCommandArguments.
src Defines the source of the target media element.
styleSettings Contains the style settings defining the appearance of the target media element.

Methods

Name Description
GetCommandName Returns the name of the client-side command corresponding to the parameter.
See Also