Represents a control that contains logically connected children (cells) and arranges them in a row-like manner.
Namespace: Telerik.Windows.Controls.GridViewAssembly: 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
See Also