Hi Currently i am using 2017 version, in that if add above code will get error like "RadPageViewNavigationViewElement not defined" So pls help to hide header of radpageview when use as ExplorerBar. Here i attach screenshot, form this i have 2 pages as "Folder Index Fields" and "Document Index Fields" , if click anyone, in pageview header show that select page, but i don't want like that.
I want like this
Regards Aravind
Dess | Tech Support Engineer, Principal
Telerik team
commented on 01 Jun 2023, 12:38 PM
Hi, Aravind,
The code snippet below shows how to hide the title for the explorer bar in RadPageView:
RadPageViewExplorerBarElement explorerElement = this.radPageView1.ViewElement as RadPageViewExplorerBarElement;
explorerElement.Header.Visibility = ElementVisibility.Collapsed;
I have attached my sample project for your reference. Please give it a try and see how it works on your end. This is the observed result with the latest version of the Telerik UI for WinForms suite: