Skip to main content

TdxNavBarDefaultStyles.ItemPressed Property

Specifies the style settings of an item when it is pressed.

Declaration

property ItemPressed: TdxNavBarDefaultStyle index 16 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the ItemPressed property to access the default style settings for pressed links.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the ItemPressed property value is automatically set to the default pressed link style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the pressed item. For this purpose, assign the style object represented by the custom style’s Style property to the ItemPressed property.

See Also