ParagraphStyle.NextStyle Property
In This Article
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 |
---|---|
Paragraph |
A Paragraph |
See Also