Trying to rename the display name of a link group to change depending on the user's login details.
Anyone know if it's possible to rename the display name (profile) once it has been defined?
XAML :
<mui:LinkGroup DisplayName="Profile" GroupKey="Profile">
<mui:LinkGroup.Links>
<mui:Link DisplayName="Teams" Source="/Pages/Teams.xaml" />
<mui:Link DisplayName="Tasks" Source="Pages/Tasks.xaml"/>
</mui:LinkGroup.Links>
</mui:LinkGroup>