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.1050
Syntax
| C# |
|---|
public abstract class GridViewRowItem : RadRowItem,
IHorizontallyScrollable, ILayoutObserver, IInputElement |
| Visual Basic |
|---|
Public MustInherit Class GridViewRowItem _
Inherits RadRowItem _
Implements IHorizontallyScrollable, ILayoutObserver, IInputElement |
Inheritance Hierarchy
See Also