BarManagerCategory.Visible Property
Gets or sets whether the category is visible in the customization dialog at runtime.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also