RepositoryItemRichTextEdit.GetBrick(PrintCellHelperInfo) Method
In This Article
Returns a brick object that contains information on how the current editor should be printed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public override VisualBrick GetBrick(
PrintCellHelperInfo info
)
#Parameters
Name | Type | Description |
---|---|---|
info | DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
Visual |
An object that contains information on how to print the editor. |
#Remarks
For more information, see RepositoryItem.GetBrick.
See Also