Hi.
1. How can i enable/disabled a closed panel. (due to some business requirement, I dont want a particular group of user to click on the panel and see the content)
I tried to use IsEnabled = False, but that didnt work
<dxd:LayoutPanel x:Name="BasicTour" Caption="Basic Tour" AllowClose="True" AllowFloat="False" AllowDock="True" AllowHide="False" AllowActivate ="True" AllowRestore="True" IsEnabled
<ContentControl Content="{Binding BasicTourVM, UpdateSourceTrigger=PropertyChanged}" ></ContentControl
</dxd:LayoutPanel
>
2. Is ther a way to show tooltip on the caption of closd panel when user moves mouse on it.
>
="False" >