public class LogsTab<T> : MtBaseComponent
where T : IIdLabel, IHasCompany
[Missing <typeparam name="T"/> documentation for "T:MobileTrack.Web.Portal.Components.ItemEditors.LogsTab`1"]
| LogsTabT | Initializes a new instance of the LogsTabT class |
| IsActiveTab | Whether this tab is active at startup. |
| Item | Item to retrieve logs for. |
| OnClick | This event fires when the user clicks the corresponding tab button and the tab is displayed. |
| RequiredPermissionsForManage |
Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage) |
| RequiredPermissionsForView |
Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView) |