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.v23.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public virtual string BrickType { get; }

Property Value

Type
String

Remarks

Do not use this property unless overridden.

See Also