Completed
Last Updated: 16 Aug 2017 08:14 by ADMIN
ADMIN
Boryana
Created on: 29 Feb 2012 05:57
Category: PageView
Type: Feature Request
4
ADD. RadPageView - show focus cues in tabs
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;