RadControls for WPF

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.1.403.40

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..ContentElement
        System.Windows..::..FrameworkContentElement
          Telerik.Windows.Controls..::..GridViewColumn
            Telerik.Windows.Controls..::..GridViewBoundColumnBase
              Telerik.Windows.Controls..::..GridViewImageColumn

See Also