Back to Devexpress

CreateFieldCommand Class

aspnet-js-createfieldcommand.md

latest636 B
Original Source

CreateFieldCommand Class

A command to insert an empty document field at the current position in the document.

Declaration

ts
declare class CreateFieldCommand extends CommandWithSimpleStateBase

Remarks

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

Inheritance

CommandBase CommandWithSimpleStateBase CreateFieldCommand

See Also

CreateFieldCommand Members