Back to Devexpress

ListLevelProperties.ConvertPreviousLevelNumberingToDecimal Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevelproperties-484a581e.md

latest1.5 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
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

ListLevelProperties Interface

ListLevelProperties Members

DevExpress.XtraRichEdit.API.Native Namespace