Back to Devexpress

RichEditLayout Class

aspnetcore-js-devexpress-dot-richedit-93b4b083.md

latest942 B
Original Source

RichEditLayout Class

Contains settings of the Rich Text Editor’s layout.

Declaration

ts
export class RichEditLayout

Remarks

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

Properties

showHiddenSymbols Property

Specifies whether hidden symbols are shown.

Declaration

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

Property Value

TypeDescription
boolean

true if hidden symbols are visible; otherwise, false.

|

showTableGridLines Property

Specifies whether table grid lines are shown.

Declaration

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

Property Value

TypeDescription
boolean

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

|