Show the focus cue of the selected tab in a StripView RadPageView.
1 comment
ADMIN
Ralitsa
Posted on:25 Jul 2017 13:34
In order to display focus cues, you need to set the AllowShowFocusCues property to true. Here is the code snippet how to achieve it:
this.radPageView1.AllowShowFocusCues = true;