Skip to main content

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.v24.1.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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