Skip to main content
Bar

BarManagerCategory.Visible Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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