Back to Devexpress

ASPxClientCommandConsts.SELECT_ALL Property

aspnet-js-aspxclientcommandconsts-dot-select-underscore-all.md

latest1.7 KB
Original Source

ASPxClientCommandConsts.SELECT_ALL Property

Identifies a command that selects all content inside the html editor.

Declaration

ts
static SELECT_ALL: string

Property Value

TypeDescription
string

Value: “selectall”

|

Remarks

The SELECT_ALL property can be used in the following ways.

Note

This command is available both in the Design View and HTML View.

See Also

HTML Editor

CommandExecuted

ExecuteCommand(commandName, parameter, addToUndoHistory)

Design View

ASPxClientCommandConsts Class

ASPxClientCommandConsts Members