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

#Declaration

public abstract bool IsInList { get; }

#Property Value

Type Description
Boolean

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

See Also