implement optional Security parameter for TabPanel #797

This commit is contained in:
Shaun Walker
2020-11-04 17:27:15 -05:00
parent 5b49e1bc7c
commit d7135ad4f9
2 changed files with 47 additions and 14 deletions

View File

@ -27,6 +27,9 @@ else
[Parameter]
public string Heading { get; set; } // optional - defaults to name if not specified
[Parameter]
public SecurityAccessLevel? Security { get; set; } // optional - can be used to specify SecurityAccessLevel
protected override void OnInitialized()
{
base.OnInitialized();