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

ASPxClientCommandConsts.RESTARTORDEREDLIST_COMMAND Property

Identifies a command that restarts the current ordered list.

Declaration

static RESTARTORDEREDLIST_COMMAND: string

Property Value

Type Description
string

Value: “restartorderedlist”

Remarks

The RESTARTORDEREDLIST_COMMAND property can be used in the ASPxClientHtmlEditor.ExecuteCommand method to execute the command manually.

Note

This command is available only in the Design View and isn’t related to any UI element of the HTML editor.

See Also