Back to Devexpress

ToggleTextCaseCommand Class

aspnet-js-toggletextcasecommand.md

latest674 B
Original Source

ToggleTextCaseCommand Class

A command to toggle the case for each character - upper case becomes lower, lower case becomes upper.

Declaration

ts
declare class ToggleTextCaseCommand extends CommandWithSimpleStateBase

Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleTextCase property.

Inheritance

CommandBase CommandWithSimpleStateBase ToggleTextCaseCommand

See Also

ToggleTextCaseCommand Members