Back to Devexpress

Paragraph.IsInList Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-c93ec477.md

latest1.2 KB
Original Source

Paragraph.IsInList Property

Indicates whether the current paragraph is in a bulleted or a numbered list.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract bool IsInList { get; }
vb
Public MustOverride ReadOnly Property IsInList As Boolean

Property Value

TypeDescription
Boolean

true if the paragraph is included in a numbering or bulleted list; otherwise, false.

|

See Also

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace