Skip to main content

TdxNavBarItemCustomStyles.ItemDisabled Property

Specifies the style of an item when it is disabled.

Declaration

property ItemDisabled: TdxNavBarStyleItem index 1 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

Use the ItemDisabled property to access a custom created style item whose style settings are used to represent an item’s appearance. The ItemDisabled property specifies the appearance of an item when it is 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 disabled item style. The style of the item representing the first link within the ‘Accessories’ group is modified.

See Also