Question

Actually I'm using DevExpress NavBarControl to show my menu Items and Groups.
I have applied Metropolis Dark Skin to my Control.
Now my control look like this : enter image description here

But I want a Layout exactly like Grid Designer like Items should be White Color and OnHover of Items should be Orange Color like this : enter image description here

Can anyone help me with this?
is there any thing to do with Glyph Skinning ?

Was it helpful?

Solution

I want a Layout exactly like Grid Designer

As far as I know the Grid Designer uses a special skin named the "DevExpress Design" and this skin is not intended to be used anywhere in user code. If you have DX-subscription with source code, you can extract skin-resources from DevExpress sources and load this skin explicitly.
Please, review the following article about the DevExpress Design skin in this regard.

is there any thing to do with Glyph Skinning ?

Just use the NavElement.AllowGlyphSkinning property.
Related help-article: Glyph Skinning.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top