Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarItemCustomStyles.Item Property

Specifies the style of an item when it is not pressed, hot-tracked or disabled.

#Declaration

Delphi
property Item: TdxNavBarStyleItem index 0 read; write;

#Property Value

Type
TdxNavBarStyleItem

#Remarks

Use the Item property to access a custom created style item whose style settings are used to represent an item’s appearance. The Item property specifies the appearance of an item when it is not pressed, hot-tracked or disabled. 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