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

ParagraphStyle.NextStyle Property

Gets or sets the default style for a paragraph that immediately follows the current paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

ParagraphStyle NextStyle { get; set; }

#Property Value

Type Description
ParagraphStyle

A ParagraphStyle interface specifying the style for the next paragraph. By default, the style is the same as the current paragraph.

See Also