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

TextEditingField(VisualBrick) Constructor

Creates a new instance of the TextEditingField class with the specified visual brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public TextEditingField(
    VisualBrick brick
)

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