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

NusaCustomContainerType Interface

A RichEdit container that declares methods to get and set a focused RichEdit control.

#Declaration

TypeScript
export interface NusaCustomContainerType

#Methods

#getFocussedElement(containerElement) Method

Returns the focused RichEdit control in the specified container.

#Declaration

TypeScript
getFocussedElement(
    containerElement: HTMLElement
): HTMLElement

#Parameters

Name Type Description
containerElement HTMLElement

An HTML element that is rendered for the RichEdit control container.

#Returns

Type Description
HTMLElement

An HTML element that is rendered for the RichEdit control.

#setFocussedElement(element) Method

Sets focus to the specified RichEdit control.

#Declaration

TypeScript
setFocussedElement(
    element: HTMLElement
): void

#Parameters

Name Type Description
element HTMLElement

An HTML element that is rendered for the RichEdit control.