IGridViewGroupRow
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public interface IGridViewGroupRow : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
C#
IList<IGridViewGroupRow> GroupRows { get; }
C#
bool IsExpanded { get; set; }
C#
IList<IGridViewRow> Rows { get; }