Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Paragraph.IsInList Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public abstract bool IsInList { get; }

Property Value

Type Description
Boolean

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

See Also