Skip to main content

TdxNavBarItemCustomStyles.ItemPressed Property

Specifies the style of an item when the corresponding link is pressed.

Declaration

property ItemPressed: TdxNavBarStyleItem index 3 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

Use the ItemPressed property to access a custom created style item whose style settings are used to represent an item’s appearance. The ItemPressed property specifies the appearance of an item when its corresponding link is pressed. Note that modifying these settings will change the appearance of all control elements to which the same style is applied.

The image below displays an example of modifying the item style. The style of the item representing the first link within the ‘Accessories’ group is modified.

See Also