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

BarManagerCategory.Visible Property

Gets or sets whether the category is visible in the customization dialog at runtime.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if the category is visible in the customization dialog at runtime; otherwise, false.

Remarks

Setting the Visible property to false hides the category and all its items from the customization dialog at runtime. The image below illustrates how to specify the categories runtime visibility at design time.

BarManagerCategory.Visible

See Also