A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty>
Public Overridable ReadOnly Property BrickType As String
Property Value
Type |
---|
String |
Remarks
Do not use this property unless overridden.
See Also
Feedback