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

ToolboxElementBase.Visible Property

Gets or sets whether the current ToolboxControl element is displayed.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the current ToolboxControl element is displayed; otherwise, false.

Remarks

Set the Visible property to false to prevent the current element from being displayed at run time. Note that this property is not in effect at design time.

See Also