The ImageCommandColumn control provides an Image Command (or Hyperlink) column for a Data Grid

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class ImageCommandColumn : TemplateColumn
Visual Basic
Public Class ImageCommandColumn
	Inherits TemplateColumn

Inheritance Hierarchy

System..::..Object
  System.Web.UI.WebControls..::..DataGridColumn
    System.Web.UI.WebControls..::..TemplateColumn
      DotNetNuke.UI.WebControls..::..ImageCommandColumn

See Also