TdxBarComponent.Visible Property
Specifies the bar component’s visibility state in the parent bar manager at runtime.
Declaration
property Visible: TdxBarItemVisible read; write;
Property Value
| Type |
|---|
| TdxBarItemVisible |
Remarks
Options include:
| Value | Description |
|---|---|
| ivAlways | The bar component is visible on a toolbar and in the Customization Form. |
| ivNever | The component is hidden on a toolbar and is not listed in the Customization Form. |
| ivInCustomizing | Only the Customization Form displays the component. |
| ivNotInCustomizing | The component is visible only on a toolbar. The Customization Form does not list the component. |
Note
The bar component is always visible at design time.
The Visible property’s default value is ivAlways.
See Also