Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Windows Namespace / LiveLogViewer Class / ShowDetailsInGrid Property

In This Topic
    ShowDetailsInGrid Property (LiveLogViewer)
    In This Topic
    Specifies whether to display developer details about threads and calling method in this viewer.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Specifies whether the grid includes developer details about threads and calling method")>
    <DefaultValueAttribute(True)>
    Public Property ShowDetailsInGrid As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Specifies whether the grid includes developer details about threads and calling method")]
    [DefaultValue(true)]
    public bool ShowDetailsInGrid {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also