A newer version of this page is available.
Switch to the current version.
Brick.IsVisible Property
Specifies the visibility of Brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(true)]
public bool IsVisible { get; set; }
<XtraSerializableProperty>
<DefaultValue(True)>
Public Property IsVisible As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the brick is visible; otherwise false. |
See Also
Feedback