Hello,
I need to change the skin of the navbar for code. I'm trying this
TdxNavBarSkinExplorerBarPainter(dxNavBar1.ViewStyle).SkinName := 'DevExpressDarkStyle';
TdxNavBarSkinExplorerBarPainter(dxNavBar1.ViewStyle).SkinNameAssigned := True;
but it doesn't work.
Best regards.