TdxNavBarItemCustomStyles.Item Property
Specifies the style of an item when it is not pressed, hot-tracked or disabled.
Declaration
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