Skip to main content
A newer version of this page is available. .

RepositoryItemRatingControl.GetBrick(PrintCellHelperInfo) Method

Returns a brick object that contains information on how this RatingControl should be printed.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override IVisualBrick GetBrick(
    PrintCellHelperInfo info
)

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
DevExpress.XtraPrinting.IVisualBrick

A DevExpress.XtraPrinting.IVisualBrick object that provides information on how this RatingControl should be printed.

Remarks

This method is automatically invoked by the printing mechanism when a container control (XtraGrid, XtraTreeList, etc) that uses the current repository item is printed using the Printing System Library. Generally, there is no need to call this method directly from your code.

See Also