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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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