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

BrickBase.Printed Property

OBSOLETE

Use the CanPublish property instead.

Specifies whether the current brick will be printed.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Obsolete("Use the CanPublish property instead.")]
[XtraSerializableProperty]
public bool Printed { get; set; }

Property Value

Type Description
Boolean

true, if the current brick will be printed, otherwise, false.

Remarks

Initially, the Printed property is set to true. This means that all bricks will be printed. If you require certain bricks to be visible in a document’s preview, but not shown in a printout, set the Printed property value to false for these bricks.

See Also