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

LabelBrick.BrickType Property

Gets the text string, containing the brick type information.

Namespace: DevExpress.XtraPrinting

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

Declaration

public override string BrickType { get; }

Property Value

Type Description
String

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

Remarks

This property is used for serialization purposes.

See Also