Skip to main content

Brick.BrickType Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public virtual string BrickType { get; }

#Property Value

Type
String

#Remarks

Do not use this property unless overridden.

See Also