Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ListLevelProperties.ConvertPreviousLevelNumberingToDecimal Property

Gets or sets whether any list numbers from previous levels should be converted to decimal numbers.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

bool ConvertPreviousLevelNumberingToDecimal { get; set; }

Property Value

Type Description
Boolean

true if any list numbers from previous levels should be converted to decimal numbers; false if they should be left in the format specified by their own level’s definition.

See Also