Skip to main content

BrickBase.Printed Property

OBSOLETE

Use the CanPublish property instead.

Specifies whether the current brick will be printed.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Obsolete("Use the CanPublish property instead.")]
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