RadControls for Silverlight

GridViewImageColumn provides an easy and fast way to display image. The column automatically creates Image based on DataMemberBinding property.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.1050

Syntax

C#
public class GridViewImageColumn : GridViewBoundColumnBase
Visual Basic
Public Class GridViewImageColumn _
	Inherits GridViewBoundColumnBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls..::..GridViewColumn
      Telerik.Windows.Controls..::..GridViewBoundColumnBase
        Telerik.Windows.Controls..::..GridViewImageColumn

See Also