Class GridViewGroupRow
Inheritance
System.Object
GridViewGroupRow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class GridViewGroupRow : Control, IAutomationPeer, IPeerConverter, IGridViewGroupRow, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewGroupRow()
Declaration
public GridViewGroupRow()
Properties
GroupRows
Declaration
public IList<GridViewGroupRow> GroupRows { get; }
Property Value
System.Collections.Generic.IList<GridViewGroupRow>
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Rows
Declaration
public IList<GridViewRow> Rows { get; }
Property Value
System.Collections.Generic.IList<GridViewRow>
|
Methods
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()
Toggle()
Declaration
public void Toggle()
Explicit Interface Implementations
IGridViewGroupRow.Collapse()
IGridViewGroupRow.Expand()
IGridViewGroupRow.GroupRows
Declaration
IList<IGridViewGroupRow> IGridViewGroupRow.GroupRows { get; }
Returns
System.Collections.Generic.IList<IGridViewGroupRow>
|
Implements
IGridViewGroupRow.Index
Declaration
int IGridViewGroupRow.Index { get; }
Returns
System.Int32
|
Implements
IGridViewGroupRow.IsExpanded
Declaration
bool IGridViewGroupRow.IsExpanded { get; set; }
Returns
System.Boolean
|
Implements
IGridViewGroupRow.Rows
Declaration
IList<IGridViewRow> IGridViewGroupRow.Rows { get; }
Returns
System.Collections.Generic.IList<IGridViewRow>
|