RadControls for WPF

Represents a control that contains logically connected children (cells) and arranges them in a row-like manner.

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

Syntax

C#
public abstract class GridViewRowItem : RadRowItem, 
	IHorizontallyScrollable, ILayoutObserver
Visual Basic
Public MustInherit Class GridViewRowItem _
	Inherits RadRowItem _
	Implements IHorizontallyScrollable, ILayoutObserver

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadRowItem
                  Telerik.Windows.Controls.GridView..::..GridViewRowItem
                    Telerik.Windows.Controls.GridView..::..GridViewFooterRow
                    Telerik.Windows.Controls.GridView..::..GridViewGroupFooterRow
                    Telerik.Windows.Controls.GridView..::..GridViewHeaderRow
                    Telerik.Windows.Controls.GridView..::..GridViewRow

See Also