MyGridView Class

Represents a grid view that looks and behaves like a SharePoint Foundation list view.

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.Portal.WebControls.MyGridView

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Class MyGridView _
    Inherits SPGridView
'Usage
Dim instance As MyGridView
public class MyGridView : 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

MyGridView Members

Microsoft.SharePoint.Portal.WebControls Namespace