ClassGridViewGroupRow
Class
Represents the RadGridView for Silverlight GridViewGroupRow control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class GridViewGroupRow : Control, IAutomationPeer, IPeerConverter, IGridViewGroupRow, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlGridViewGroupRow
Implements:
Inherited Members
Constructors
GridViewGroupRow()
Initializes a new instance of the GridViewGroupRow class.
Declaration
cs-api-definition
public GridViewGroupRow()
Properties
GroupRows
Get the list of group rows.
Declaration
cs-api-definition
public IList<GridViewGroupRow> GroupRows { get; }
Property Value
Index
Get the index of the item.
IsExpanded
Gets whether the GridViewGroupRow is expanded.
Rows
Get the list of rows.
Declaration
cs-api-definition
public IList<GridViewRow> Rows { get; }
Property Value