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

Brick.BrickType Property

Override this property to get the text string, containing the brick type information.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
public virtual string BrickType { get; }

Property Value

Type
String

Remarks

Do not use this property unless overridden.

See Also