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

TdxRichEditBehaviorOptions.PageBreakInsertMode Property

Specifies the active page break insertion mode.

#Declaration

Delphi
property PageBreakInsertMode: TdxPageBreakInsertMode read; write; default TdxPageBreakInsertMode.NewLine;

#Property Value

Type Default
TdxPageBreakInsertMode NewLine

#Remarks

Use this property to change behavior of the InsertPageBreak command in the Rich Edit control.

Refer to the TdxPageBreakInsertMode type description for information on available page break insertion modes.

The default value of the PageBreakInsertMode property is TdxPageBreakInsertMode.NewLine.

See Also