Skip to main content
A newer version of this page is available. .

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.v18.2.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