Back to Devexpress

RepositoryItemPictureEdit.GetBrick(PrintCellHelperInfo) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-dot-getbrick-x28-devexpress-dot-xtraeditors-dot-printcellhelperinfo-x29.md

latest1.9 KB
Original Source

RepositoryItemPictureEdit.GetBrick(PrintCellHelperInfo) Method

Returns a brick object that contains information on how the current editor should be printed.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override VisualBrick GetBrick(
    PrintCellHelperInfo info
)
vb
Public Overrides Function GetBrick(
    info As PrintCellHelperInfo
) As VisualBrick

Parameters

NameTypeDescription
infoDevExpress.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

TypeDescription
VisualBrick

An object that contains information on how to print the editor.

|

Remarks

This method overrides the RepositoryItem.GetBrick method. See this link for more information.

See Also

RepositoryItemPictureEdit Class

RepositoryItemPictureEdit Members

DevExpress.XtraEditors.Repository Namespace