Back to Devexpress

ListLevelProperties.SuppressRestart Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevelproperties-6abe4979.md

latest1.2 KB
Original Source

ListLevelProperties.SuppressRestart Property

Gets or sets whether to restart numbering at the specified level.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool SuppressRestart { get; set; }
vb
Property SuppressRestart As Boolean

Property Value

TypeDescription
Boolean

true to continue numbering; otherwise, false.

|

See Also

ListLevelProperties Interface

ListLevelProperties Members

DevExpress.XtraRichEdit.API.Native Namespace