TdxNavBarDefaultStyles.ItemDisabled Property
Specifies the style settings of disabled items.
Declaration
property ItemDisabled: TdxNavBarDefaultStyle index 14 read; write;
Property Value
Type |
---|
TdxNavBarDefaultStyle |
Remarks
Use the ItemDisabled property to access the default style settings for disabled links.
Note
Each View has its own default settings for default styles. That is why when changing the View applied to the control, the ItemDisabled property value is automatically set to the default disabled 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 a disabled item. For this purpose, assign the style object represented by the custom style’s Style property to the ItemDisabled property.
See Also