Interface IGridViewGroupRow
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGridViewGroupRow : IControl, IFrameworkElement, ITargetElement
Properties
GroupRows
Declaration
IList<IGridViewGroupRow> GroupRows { get; }
Property Value
System.Collections.Generic.IList<IGridViewGroupRow>
|
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Rows
Declaration
IList<IGridViewRow> Rows { get; }
Property Value
System.Collections.Generic.IList<IGridViewRow>
|
Methods
Collapse()
Declaration
void Collapse()
Expand()
Declaration
void Expand()
Toggle()
Declaration
void Toggle()