Table of Contents


aspx:ViewHeader

This provides a title bar for a page. In a standard Magentrix view, the title bar is a colored header with customized icons displayed directly under the tab bar.

<aspx:ViewHeader runat="server" title="Contact" subtitle="Edit" />

 

Properties

PropertyDescription
TitleThe title that will be shown in the header is used to show which area the user is in, such as the label of the Entity (Contact or Account).
SubtitleSubtitle of the Header component, used to show what operation the user is performing on the page, such as "Edit" or "Create".
DescriptionAn area at the bottom of the "Header" component that allows you to provide a better description of the page.
HelpUrlA link to a page where the user can get help with the page they are on. The link will be opened in a pop-up window.
VisibleTrue/false; determines whether the component is visible.