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

LayoutControlItem.ContentVisible Property

Gets or sets whether the layout item’s contents are visible.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public virtual bool ContentVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the layout item’s contents are visible; otherwise, false.

See Also