TextEditingField(VisualBrick) Constructor
Creates a new instance of the TextEditingField class with the specified visual brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
brick | VisualBrick | A visual brick used to render an editing field in Print Preview. This value is assigned to the EditingField.Brick property. |
See Also