Skip to main content

ASPxClientCommandConsts.FULLSCREEN_COMMAND Property

Identifies a command that toggles the full-screen mode.

#Declaration

TypeScript
static FULLSCREEN_COMMAND: string

#Property Value

Type Description
string

Value: “fullscreen”

#Remarks

The FULLSCREEN_COMMAND property can be used in the following ways.

Note

This command is available in all view modes: Design View, HTML View and Preview Area.

See Also