TextBrick.BrickType Property
Gets the text string, containing the brick type information.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string, characterizing the brick’s type. Always returns “Text”. |
Remarks
This property is used for serialization purposes.
See Also