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+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected bool HideForbiddenElements { get; }

Property Value

Boolean

See Also