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

RichEditLayout Class

Contains settings of the Rich Text Editor’s layout.

#Declaration

TypeScript
export class RichEditLayout

#Remarks

richEdit.layout.showHiddenSymbols = true;
richEdit.layout.showTableGridLines = false;

#Properties

#showHiddenSymbols Property

Specifies whether hidden symbols are shown.

#Declaration

TypeScript
get showHiddenSymbols(): boolean
set showHiddenSymbols(value: boolean)

#Property Value

Type Description
boolean

true if hidden symbols are visible; otherwise, false.

#showTableGridLines Property

Specifies whether table grid lines are shown.

#Declaration

TypeScript
get showTableGridLines(): boolean
set showTableGridLines(value: boolean)

#Property Value

Type Description
boolean

true if table grid lines are visible; otherwise, false.