A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property CanPublish As Boolean
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
Feedback