Skip to main content

Paragraph.IsInList Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.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