Gets the text string, containing the brick type information.
Namespace:DevExpress.XtraPrinting
Assembly:DevExpress.Printing.v19.2.Core.dll

Syntax
C# |
public override string BrickType { get; }
|
VB |
Overrides Public ReadOnly Property BrickType As String
|
Property value
Type: String
A string, characterizing the brick's type. Always returns "Text".

Remarks
This property is used for serialization purposes.

See Also