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.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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