DocumentLayout.Split(PlainTextBox) Method
Splits the PlainTextBox object into CharacterBox elements contained in the CharacterBoxCollection object instance.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
box | PlainTextBox | The PlainTextBox element that will be split. |
Returns
Type | Description |
---|---|
CharacterBoxCollection | A CharacterBoxCollection object containing CharacterBox elements extracted from the PlainTextBox object. |
See Also