Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NusaRegisterOptions Interface

Declares RichEdit options that can be registered in the Nuance Dragon SpeechKit.

#Declaration

TypeScript
export interface NusaRegisterOptions

#Properties

#conceptName Property

Specifies a name that users can use to focus the RichEdit with the go to voice command.

#Declaration

TypeScript
conceptName?: string

#Property Value

Type Description
string

The RichEdit name.

#customContainerType Property

Specifies the name that identifies the RichEdit control’s container in the Nuance SpeechKit.

#Declaration

TypeScript
customContainerType?: string

#Property Value

Type Description
string

The identifier of the RichEdit control’s container. The default value is “DevExpressRichEditContainer”.

#customControlType Property

Specifies the name that identifies the RichEdit control in the Nuance SpeechKit.

#Declaration

TypeScript
customControlType?: string

#Property Value

Type Description
string

The RichEdit control identifier. The default value is “DevExpressRichEdit”.