WebApplicationGridView class

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.BaseDataBoundControl
        System.Web.UI.WebControls.DataBoundControl
          System.Web.UI.WebControls.CompositeDataBoundControl
            System.Web.UI.WebControls.GridView
              Microsoft.SharePoint.WebControls.SPGridView
                Microsoft.SharePoint.WebControls.WebApplicationGridView

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint.ApplicationPages.Administration (in Microsoft.SharePoint.ApplicationPages.Administration.dll)

Syntax

'Declaration
Public NotInheritable Class WebApplicationGridView _
    Inherits SPGridView
'Usage
Dim instance As WebApplicationGridView
public sealed class WebApplicationGridView : SPGridView

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebApplicationGridView members

Microsoft.SharePoint.WebControls namespace