DocumentLayout.Split(PlainTextBox) Method
In This Article
Splits the PlainTextBox object into CharacterBox elements contained in the CharacterBoxCollection object instance.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public CharacterBoxCollection Split(
PlainTextBox box
)
#Parameters
Name | Type | Description |
---|---|---|
box | Plain |
The Plain |
#Returns
Type | Description |
---|---|
Character |
A Character |
See Also