RadControls for WPF

This class is a base class for all UI Rows.

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

Syntax

C#
public class RadRowItem : ContentControl, IRowItem
Visual Basic
Public Class RadRowItem _
	Inherits ContentControl _
	Implements IRowItem

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..::..CarouselItem
                  Telerik.Windows.Controls.GridView..::..GridViewRowItem

See Also