Back to Devexpress

CharacterBoxCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-8b9e396f.md

latest2.4 KB
Original Source

CharacterBoxCollection Class

A collection of CharacterBox layout elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class CharacterBoxCollection :
    LayoutElementCollection<CharacterBox>
vb
Public Class CharacterBoxCollection
    Inherits LayoutElementCollection(Of CharacterBox)

The following members return CharacterBoxCollection objects:

Remarks

Use the DocumentLayout.Split method to split the PlainTextBox element into CharacterBox elements contained in the CharacterBoxCollection object instance.

Implements

DevExpress.Office.ISimpleCollection<CharacterBox>

IEnumerable<CharacterBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<CharacterBox> CharacterBoxCollection

See Also

CharacterBoxCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace