Our FeatureCenter and AuthorizationDemo demos, which are installed with our product, contain controllers for showing hints for a list view in Web and Win applications. Since there is a need to show hints in both platforms, the structure of these controllers is complicated and may be difficult to understand. I've created a simple Windows forms example, which shows the hint panel (DevExpress.Utils.Frames.NotePanelEx), to make the concept of showing it clearer. The panel is placed on a form in the WindowHintController. This controller accesses the control to which the view is placed and adds a panel to it. So, the panel is placed near the view. Another controller - ViewHintController - demonstrates how to change the text of the added panel.
We also have a more flexible example of now to accomplish this task: How to: Create Information Panels. It is appropriate for both Win and Web and provides better capabilities to manage the location of the additional panel, but requires templates customization. Use that example if the functionality of this example is insufficient for you.
See Also:
Frame.Template Property
Templates
Question Comments
Added By: Saif Khan at: 6/28/2014 8:19:21 AM
The link to "How to: Create Information Panels: is broken.