Back to Devexpress

TextBrick.BrickType Property

corelibraries-devexpress-dot-xtraprinting-dot-textbrick-a3742a97.md

latest1.1 KB
Original Source

TextBrick.BrickType Property

Gets the text string, containing the brick type information.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public override string BrickType { get; }
vb
Public Overrides ReadOnly Property BrickType As String

Property Value

TypeDescription
String

A string, characterizing the brick’s type. Always returns “Text”.

|

Remarks

This property is used for serialization purposes.

See Also

TextBrick Class

TextBrick Members

DevExpress.XtraPrinting Namespace