function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Luca Benedettini 7Luca Benedettini 7 

visualforce tab

i created a custom object and a visualforce tab to that object , but i can't show the title with the stab style like the standard pages as u can see. User-added image
this is my code:
<apex:page showHeader="true">
<apex:pageblock title="Departments">
<apex:ListViews type="Department__c" />
</apex:pageblock> </apex:page>.
How ca I show the title "Department" with a symbol in the page? Thanks for help