RepositoryItemRichTextEdit.GetBrick(PrintCellHelperInfo) Method
Returns a brick object that contains information on how the current editor should be printed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v25.1.dll
NuGet Package: DevExpress.Win.RichEdit
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| info | DevExpress.XtraEditors.PrintCellHelperInfo | A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor’s state and appearance settings that will be used when the editor is printed. |
Returns
| Type | Description |
|---|---|
| VisualBrick | An object that contains information on how to print the editor. |
Remarks
For more information, see RepositoryItem.GetBrick.
See Also