Skip to main content

TdxNavBarItem.Enabled Property

Specifies whether an item’s links respond to user actions.

Declaration

property Enabled: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set the Enabled property to False to disable all links referring to an item. Otherwise, these links are enabled.

The following image displays a NavBar control containing an item (My Pictures) whose Enabled property is set to True and False respectively. The links corresponding to this item are displayed as the second ones within each group.

See Also