Back to Devexpress

ListLevel.BulletLevel Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevel-5ab28486.md

latest1.1 KB
Original Source

ListLevel.BulletLevel Property

Gets whether the current level is indicated with bullets instead of numbers.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool BulletLevel { get; }
vb
ReadOnly Property BulletLevel As Boolean

Property Value

TypeDescription
Boolean

true to use bullets for the current list level; otherwise, false.

|

See Also

ListLevel Interface

ListLevel Members

DevExpress.XtraRichEdit.API.Native Namespace