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

BrickBase.CanPublish Property

Specifies whether or not a brick is displayed in a printed or exported document.

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool CanPublish { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display a brick in a printed or exported document; false, to display a brick only in a preview.

See Also