MtBaseComponentHideForbiddenElements Property

Whether to hide elements if the user is forbidden from accessing them. This is composed when we receive the permissions; by going through each role in the stack, if any of them allow hidden elements to be shown, we will show them.

Definition

Namespace: MobileTrack.Web.Components.Views
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected bool HideForbiddenElements { get; }

Property Value

Boolean

See Also