RadControls for WPF

GridViewComboBoxColumn provides an easy and fast way to display and edit lookup data. The key properties to set are : valueMemberPath, DisplayMemberPath and ItemsSource.

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

Syntax

C#
public class GridViewComboBoxColumn : GridViewBoundColumnBase
Visual Basic
Public Class GridViewComboBoxColumn _
	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..::..GridViewComboBoxColumn

See Also