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

EditingField.Brick Property

Gets a visual brick used to render an editing field in Print Preview.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public VisualBrick Brick { get; }

Property Value

Type Description
VisualBrick

A VisualBrick object used to render an editing field.

See Also