EditingField.Brick Property
In This Article
Gets a visual brick used to render an editing field in Print Preview.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public VisualBrick Brick { get; }
#Property Value
Type | Description |
---|---|
Visual |
A Visual |
See Also