RadControls for Silverlight

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls..::..RadRowItem
              Telerik.Windows.Controls.GridView..::..GridViewRowItem

See Also