Skip to main content

ASPxClientCommandConsts.CONTINUEORDEREDLIST_COMMAND Property

Identifies a command that continues a disrupted ordered list.

Declaration

static CONTINUEORDEREDLIST_COMMAND: string

Property Value

Type Description
string

Value: “continueorderedlist”

Remarks

The CONTINUEORDEREDLIST_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