Interface IRadGridView
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadGridView : IGridViewDataControl, IControl, IFrameworkElement, ITargetElement
Properties
GroupHeaderRows
Declaration
List<IGroupHeaderRow> GroupHeaderRows { get; }
Property Value
System.Collections.Generic.List<IGroupHeaderRow>
|
GroupPanel
GroupRows
Declaration
List<IGridViewGroupRow> GroupRows { get; }
Property Value
System.Collections.Generic.List<IGridViewGroupRow>
|
Methods
CollapseGroupHeaderRow(String)
Declaration
void CollapseGroupHeaderRow(string name)
Parameters
System.String
name
|
CollapseGroupRow(Int32)
Declaration
void CollapseGroupRow(int rowIndex)
Parameters
System.Int32
rowIndex
|
ExpandGroupHeaderRow(String)
Declaration
void ExpandGroupHeaderRow(string name)
Parameters
System.String
name
|
ExpandGroupRow(Int32)
Declaration
void ExpandGroupRow(int rowIndex)
Parameters
System.Int32
rowIndex
|
GroupPanelItemClose(Int32)
Declaration
void GroupPanelItemClose(int groupPanelItemIndex)
Parameters
System.Int32
groupPanelItemIndex
|