Back to Devexpress

UnderlineBoxCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-c9fb0012.md

latest2.0 KB
Original Source

UnderlineBoxCollection Class

A collection of UnderlineBox elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class UnderlineBoxCollection :
    LayoutElementCollection<UnderlineBox>
vb
Public Class UnderlineBoxCollection
    Inherits LayoutElementCollection(Of UnderlineBox)

The following members return UnderlineBoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<UnderlineBox>

IEnumerable<UnderlineBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<UnderlineBox> UnderlineBoxCollection

See Also

UnderlineBoxCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace