TdxNavBarCustomItem.Visible Property
In This Article
Specifies the visibility of a collection item.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
For NavBar items, the Visible property controls the visibility of all links that correspond to the item. Set this property to True to make them visible within groups.
See Also